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