Sa-m commited on
Commit
2d68d69
·
1 Parent(s): 106956c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ def predict():
31
 
32
 
33
  if __name__ == "__main__":
34
- app.run(host="0.0.0.1", port=7860) # debug=True causes Restarting with stat
 
31
 
32
 
33
  if __name__ == "__main__":
34
+ app.run(host="0.0.0.0", port=8080) # debug=True causes Restarting with stat