hprasath commited on
Commit
7da0ad2
·
verified ·
1 Parent(s): e752c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,4 +338,4 @@ def hello():
338
 
339
  if __name__ == "__main__":
340
  # Run the Flask app using Gunicorn
341
- app.run(host="0.0.0.0", port=7860)
 
338
 
339
  if __name__ == "__main__":
340
  # Run the Flask app using Gunicorn
341
+ app.run()