Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
•
127a851
1
Parent(s):
e9bb06c
Update app.py
Browse files
app.py
CHANGED
@@ -423,6 +423,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
423 |
|
424 |
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(share=
|
|
|
423 |
|
424 |
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=True)
|