Spaces:
Runtime error
Runtime error
Commit
·
31fdbec
1
Parent(s):
3c7c9f9
Update app.py
Browse files
app.py
CHANGED
|
@@ -589,7 +589,7 @@ with gr.Blocks() as iface:
|
|
| 589 |
# cache_examples=True,
|
| 590 |
)
|
| 591 |
iface.queue(concurrency_count=1)
|
| 592 |
-
iface.launch(debug=True
|
| 593 |
|
| 594 |
|
| 595 |
|
|
|
|
| 589 |
# cache_examples=True,
|
| 590 |
)
|
| 591 |
iface.queue(concurrency_count=1)
|
| 592 |
+
iface.launch(debug=True)
|
| 593 |
|
| 594 |
|
| 595 |
|