diff --git a/text_to_video_playground/app.py b/text_to_video_playground/app.py index 27eeca0..b3fbe78 100644 --- a/text_to_video_playground/app.py +++ b/text_to_video_playground/app.py @@ -63,4 +63,4 @@ with gr.Blocks(css='style.css') as demo: prompt.submit(fn=generate, inputs=inputs, outputs=result) run_button.click(fn=generate, inputs=inputs, outputs=result) -demo.queue(api_open=False, max_size=15).launch() +demo.queue(api_open=False, max_size=15).launch(server_name="0.0.0.0")