Nareshb92 commited on
Commit
84ce79e
·
1 Parent(s): 6999ce5

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -40,4 +40,4 @@ def add_no_cache(response):
40
 
41
  if __name__ == '__main__':
42
  import argparse
43
- app.run(host="0.0.0.0", debug=False)
 
40
 
41
  if __name__ == '__main__':
42
  import argparse
43
+ app.run(host="0.0.0.0",port=7860, debug=False)