GrayShine commited on
Commit
949608a
β€’
1 Parent(s): 8fc1c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -348,5 +348,4 @@ with gr.Blocks() as demo:
348
  tcfg_scale = scfg_scale
349
  run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
350
 
351
- demo.launch(share=True, enable_queue=True)
352
- # demo.launch(server_name="0.0.0.0", server_port=10034, enable_queue=True)
 
348
  tcfg_scale = scfg_scale
349
  run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
350
 
351
+ demo.launch(max_size=1000)