aayushhh-operator commited on
Commit
1d5fdd2
·
verified ·
1 Parent(s): 2bcdb43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,6 +317,6 @@ def health_check():
317
  # ---------------------------
318
  # Run Flask app
319
  # ---------------------------
320
- iif __name__ == "__main__":
321
  port = int(os.getenv("PORT", 7860))
322
  app.run(host="0.0.0.0", port=port)
 
317
  # ---------------------------
318
  # Run Flask app
319
  # ---------------------------
320
+ if __name__ == "__main__":
321
  port = int(os.getenv("PORT", 7860))
322
  app.run(host="0.0.0.0", port=port)