adptbyt commited on
Commit
ebbc10c
·
verified ·
1 Parent(s): b906e7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ with gr.Blocks() as demo:
173
  inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
174
  )
175
 
176
- demo.queue().launch(share=True)
 
173
  inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
174
  )
175
 
176
+ demo.launch(share=True)