Neurolingua commited on
Commit
ccab753
·
verified ·
1 Parent(s): 4a95796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -529,6 +529,6 @@ def trigger_resume_download():
529
  "message": str(e)
530
  }), 500
531
 
532
- if __name__ == '__main__':
533
- app.run(host='0.0.0.0', port=5000)
534
 
 
529
  "message": str(e)
530
  }), 500
531
 
532
+ f __name__ == '__main__':
533
+ app.run(host='0.0.0.0', port=7860, debug=True)
534