doevent commited on
Commit
a704ca8
·
verified ·
1 Parent(s): 8004f24

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ def analyze_image_route():
117
 
118
 
119
  if __name__ == '__main__':
120
- app.run(debug=True, port=7860) # Use a different port if 5000 is common
 
117
 
118
 
119
  if __name__ == '__main__':
120
+ app.run(host="0.0.0.0", port=7860, debug=True) # Use a different port if 5000 is common