ip address fix

This commit is contained in:
ataymano@microsoft.com
2025-08-20 11:22:09 -04:00
parent 5171b09248
commit e233590c6e

View File

@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
) )
# demo.launch(debug=False, show_error=True, share=True) # demo.launch(debug=False, show_error=True, share=True)
demo.launch(share=True, server_port=7861, server_name='0.0.0.0') demo.launch(share=True, server_port=7861, server_name='127.0.0.1')