Spaces:
Runtime error
Runtime error
Update app.py
#13
by
BWJ2
- opened
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=is_colab, share=
|
|
|
369 |
|
370 |
# if not is_colab:
|
371 |
demo.queue(concurrency_count=1)
|
372 |
+
demo.launch(debug=is_colab, share=True)
|