Akwbw commited on
Commit
22f8b88
·
verified ·
1 Parent(s): cd74316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -54,5 +54,7 @@ def convert():
54
  @app.route("/")
55
  def health():
56
  return "EPS API Running"
57
- if __name__ == "__main__":
 
 
58
  app.run(host="0.0.0.0", port=7860)
 
54
  @app.route("/")
55
  def health():
56
  return "EPS API Running"
57
+
58
+ # ✅ THIS MUST BE OUTSIDE ALL ROUTES
59
+ if __name__ == "__main__":
60
  app.run(host="0.0.0.0", port=7860)