mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
fixing test image
This commit is contained in:
parent
e98c190b87
commit
1fbac4b0cf
@ -15,6 +15,6 @@ iface = gr.Interface(
|
||||
gr.inputs.Textbox(
|
||||
lines=3, default="The fast brown fox jumps over lazy dogs."),
|
||||
],
|
||||
gr.outputs.HighlightedText(color_map={"+": "lightgreen", "-": "pink", }))
|
||||
gr.outputs.HighlightedText())
|
||||
if __name__ == "__main__":
|
||||
iface.launch()
|
Loading…
Reference in New Issue
Block a user