Skip to content

Commit e233590

Browse files
ataymano@microsoft.comataymano@microsoft.com
authored andcommitted
ip address fix
1 parent 5171b09 commit e233590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradio_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def process(
9393
)
9494

9595
# demo.launch(debug=False, show_error=True, share=True)
96-
demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
96+
demo.launch(share=True, server_port=7861, server_name='127.0.0.1')

0 commit comments

Comments
 (0)