Athspi commited on
Commit
0516a8b
·
verified ·
1 Parent(s): 68780eb

Update app.py

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