Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,8 +52,7 @@ iface = gr.Interface(
|
|
| 52 |
],
|
| 53 |
outputs=[
|
| 54 |
"textbox",
|
| 55 |
-
"state"
|
| 56 |
-
label="Interpreted text"
|
| 57 |
])
|
| 58 |
|
| 59 |
iface.launch(enable_queue=True, debug=True)
|
|
|
|
| 52 |
],
|
| 53 |
outputs=[
|
| 54 |
"textbox",
|
| 55 |
+
"state"
|
|
|
|
| 56 |
])
|
| 57 |
|
| 58 |
iface.launch(enable_queue=True, debug=True)
|