Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -369,4 +369,4 @@ print(f"Space built in {time.time() - start_time:.2f} seconds")
|
|
369 |
|
370 |
# if not is_colab:
|
371 |
demo.queue(concurrency_count=1)
|
372 |
-
demo.launch(debug=
|
|
|
369 |
|
370 |
# if not is_colab:
|
371 |
demo.queue(concurrency_count=1)
|
372 |
+
demo.launch(debug=True, share=True)
|