Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,4 +258,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 258 |
|
| 259 |
#if not is_colab:
|
| 260 |
demo.queue(concurrency_count=4)
|
| 261 |
-
demo.launch(
|
|
|
|
| 258 |
|
| 259 |
#if not is_colab:
|
| 260 |
demo.queue(concurrency_count=4)
|
| 261 |
+
demo.launch()
|