Athspi commited on
Commit
d529638
·
verified ·
1 Parent(s): 6d771df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ def process_image():
89
 
90
  if __name__ == '__main__':
91
  # For local testing; in production, your hosting provider will manage the server.
92
- app.run(debug=True)
 
89
 
90
  if __name__ == '__main__':
91
  # For local testing; in production, your hosting provider will manage the server.
92
+ app.run(host="0.0.0.0", port=7860)