Fu01978 commited on
Commit
2aa6fbb
·
verified ·
1 Parent(s): 1ba9658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ def stream(job_id: str):
74
 
75
 
76
  if __name__ == "__main__":
77
- app.run(debug=True, threaded=True, port=7860)
 
74
 
75
 
76
  if __name__ == "__main__":
77
+ app.run(debug=True, threaded=True, host='0.0.0.0', port=7860)