Skip to content

Commit 3f1220b

Browse files
committed
Expose gradio public host
1 parent 83a1b01 commit 3f1220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ def update_visibility(platform):
181181
outputs=[video_output, status_output, image_file, prompt]
182182
)
183183

184-
demo.launch(quiet=True)
184+
demo.launch(server_name="0.0.0.0", quiet=True)

0 commit comments

Comments
 (0)