kadirnar commited on
Commit
7a64f99
1 Parent(s): 657b350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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