Spaces:
Runtime error
Runtime error
Updated gradio outputs
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
gr.Dropdown(choices=datasets, label="Dataset"),
|
34 |
gr.Textbox(lines=5, label="Input Text")
|
35 |
],
|
36 |
-
outputs=gr.
|
37 |
)
|
38 |
|
39 |
iface.launch()
|
|
|
33 |
gr.Dropdown(choices=datasets, label="Dataset"),
|
34 |
gr.Textbox(lines=5, label="Input Text")
|
35 |
],
|
36 |
+
outputs=gr.Textbox(label="Output"),
|
37 |
)
|
38 |
|
39 |
iface.launch()
|