Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def diffusion_app():
|
|
42 |
with gr.Tab("Zero Shot Text2Video"):
|
43 |
ZeroShotText2VideoGenerator.app()
|
44 |
|
45 |
-
app.queue(concurrency_count=1)
|
46 |
app.launch(debug=True, enable_queue=True)
|
47 |
|
48 |
|
|
|
42 |
with gr.Tab("Zero Shot Text2Video"):
|
43 |
ZeroShotText2VideoGenerator.app()
|
44 |
|
|
|
45 |
app.launch(debug=True, enable_queue=True)
|
46 |
|
47 |
|