Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -256,6 +256,6 @@ with gr.Blocks(css=css) as demo:
|
|
256 |
![visitors](https://visitor-badge.glitch.me/badge?page_id=anzorq.finetuned_diffusion)
|
257 |
''')
|
258 |
|
259 |
-
if not is_colab:
|
260 |
-
|
261 |
demo.launch(debug=is_colab, share=is_colab)
|
|
|
256 |
![visitors](https://visitor-badge.glitch.me/badge?page_id=anzorq.finetuned_diffusion)
|
257 |
''')
|
258 |
|
259 |
+
#if not is_colab:
|
260 |
+
demo.queue(concurrency_count=4)
|
261 |
demo.launch(debug=is_colab, share=is_colab)
|