Spaces:
Build error
Build error
revert to default
Browse files
app.py
CHANGED
|
@@ -425,4 +425,4 @@ print(f"Space built in {time.time() - start_time:.2f} seconds")
|
|
| 425 |
|
| 426 |
# if not is_colab:
|
| 427 |
demo.queue(concurrency_count=1)
|
| 428 |
-
demo.launch(debug=is_colab, share=
|
|
|
|
| 425 |
|
| 426 |
# if not is_colab:
|
| 427 |
demo.queue(concurrency_count=1)
|
| 428 |
+
demo.launch(debug=is_colab, share=is_colab)
|