From 92d5e7392727cbe702a5123f057481dcfd7a49a8 Mon Sep 17 00:00:00 2001 From: SOULOFCINDER <841135647@qq.com> Date: Thu, 6 Apr 2023 17:40:20 +0800 Subject: [PATCH] update --- text_to_video_playground/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")