Spaces:
Runtime error
Runtime error
show expected result
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ def iface(ui_language):
|
|
204 |
],
|
205 |
outputs=[
|
206 |
gr.outputs.Textbox(label=UI_STRINGS["labels"]["output"][ui_language]),
|
207 |
-
gr.
|
208 |
],
|
209 |
title=UI_STRINGS["title"][ui_language],
|
210 |
theme="huggingface",
|
|
|
204 |
],
|
205 |
outputs=[
|
206 |
gr.outputs.Textbox(label=UI_STRINGS["labels"]["output"][ui_language]),
|
207 |
+
gr.outputs.State(label="Resultado esperado")
|
208 |
],
|
209 |
title=UI_STRINGS["title"][ui_language],
|
210 |
theme="huggingface",
|