Spaces:
Runtime error
Runtime error
AdamOswald1
commited on
Commit
•
3043e65
1
Parent(s):
a254330
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=is_colab)
|