Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -358,5 +358,4 @@ with gr.Blocks() as demo:
|
|
358 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
359 |
|
360 |
demo.launch(share=True, enable_queue=True)
|
361 |
-
|
362 |
# demo.launch(server_name="0.0.0.0", server_port=10034, enable_queue=True)
|
|
|
358 |
run.click(gen_or_pre, [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step], [output_video])
|
359 |
|
360 |
demo.launch(share=True, enable_queue=True)
|
|
|
361 |
# demo.launch(server_name="0.0.0.0", server_port=10034, enable_queue=True)
|