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

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) # Use a different port if 5000 is common
 
117
 
118
 
119
  if __name__ == '__main__':
120
+ app.run(debug=True, port=7860) # Use a different port if 5000 is common