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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def diffusion_app():
42
  with gr.Tab("Zero Shot Text2Video"):
43
  ZeroShotText2VideoGenerator.app()
44
 
45
- app.launch(debug=True, enable_queue=True)
46
 
47
 
48
  if __name__ == "__main__":
42
  with gr.Tab("Zero Shot Text2Video"):
43
  ZeroShotText2VideoGenerator.app()
44
 
45
+ app.launch(debug=True)
46
 
47
 
48
  if __name__ == "__main__":