BabakScrapes commited on
Commit
e8c8f24
·
verified ·
1 Parent(s): 9124b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ def upload_file():
123
  return send_file(result_file_path, as_attachment=True)
124
 
125
  if __name__ == '__main__':
126
- app.run()
 
123
  return send_file(result_file_path, as_attachment=True)
124
 
125
  if __name__ == '__main__':
126
+ app.run(host="0.0.0.0", port=7860)