0.0.0.0 -> 127.0.0.1

This commit is contained in:
ataymano@microsoft.com
2025-08-20 12:09:12 -04:00
parent 5171b09248
commit 0e7ee8e23f
4 changed files with 4 additions and 4 deletions

View File

@@ -423,4 +423,4 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
stop_button.click(stop_app, [state], None)
if __name__ == "__main__":
demo.launch(server_name="0.0.0.0", server_port=7888)
demo.launch(server_name="127.0.0.1", server_port=7888)