Skip to content

Commit

Permalink
指定启动ip
Browse files Browse the repository at this point in the history
  • Loading branch information
JieGenius committed Feb 4, 2024
1 parent 4abd5ee commit 2fa0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

if __name__ == '__main__':
os.system('streamlit run web_demo.py --server.port 7860 --server.enableStaticServing True')
os.system('streamlit run web_demo.py --server.address=0.0.0.0 --server.port 7860 --server.enableStaticServing True')

0 comments on commit 2fa0079

Please sign in to comment.