-
How to run gradio interface on ethernet o r wiffi ip? |
Beta Was this translation helpful? Give feedback.
Answered by
foxxfiles
Sep 9, 2022
Replies: 1 comment
-
replace |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
basujindal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replace
demo.launch()
by
demo.launch(server_name="0.0.0.0", server_port=7860, auth=("user", "pass"))