Spaces:
Build error
Build error
SUPERSHANKY
commited on
Commit
·
e9bb06c
1
Parent(s):
14bb5ae
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 |
-
|
427 |
demo.queue(concurrency_count=1)
|
428 |
demo.launch(share=true)
|
|
|
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=true)
|