HikariDawn777 commited on
Commit
2d65c0a
1 Parent(s): ff3e36c
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -388,7 +388,6 @@ if __name__ == '__main__':
388
  with gr.Row():
389
  prompt = gr.Textbox(label="Text Prompt")
390
 
391
-
392
  with gr.Column():
393
  gr.Markdown("""<p style="text-align: center; font-size: 20px">Results</p>""")
394
  frames = gr.Video(value=None, label="Generate Video", show_label=True, height=HEIGHT, width=WIDTH)
@@ -475,4 +474,4 @@ if __name__ == '__main__':
475
  )
476
 
477
 
478
- demo.queue(max_size=10).launch(share=True, show_api=True)
 
388
  with gr.Row():
389
  prompt = gr.Textbox(label="Text Prompt")
390
 
 
391
  with gr.Column():
392
  gr.Markdown("""<p style="text-align: center; font-size: 20px">Results</p>""")
393
  frames = gr.Video(value=None, label="Generate Video", show_label=True, height=HEIGHT, width=WIDTH)
 
474
  )
475
 
476
 
477
+ demo.queue().launch(share=True)