Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,4 +265,4 @@ with gr.Blocks(css=css) as demo:
|
|
265 |
|
266 |
if not is_colab:
|
267 |
demo.queue(concurrency_count=4)
|
268 |
-
demo.launch(debug=
|
|
|
265 |
|
266 |
if not is_colab:
|
267 |
demo.queue(concurrency_count=4)
|
268 |
+
demo.launch(debug=is_colab, share=is_colab)
|