john5050 commited on
Commit
65cfbb9
·
verified ·
1 Parent(s): 0e8f51f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,4 +172,4 @@ def predict():
172
 
173
  if __name__ == "__main__":
174
  print(f"Running on: {device}")
175
- app.run(debug=True, port=7860)
 
172
 
173
  if __name__ == "__main__":
174
  print(f"Running on: {device}")
175
+ app.run(host="0.0.0.0",debug=True, port=7860)