WebashalarForML commited on
Commit
ecb34f8
·
verified ·
1 Parent(s): b4955e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -154,4 +154,6 @@ def ping():
154
 
155
  if __name__ == "__main__":
156
  port = int(os.getenv("PORT", 7860))
157
- app.run(host="0.0.0.0", port=port, debug=True)
 
 
 
154
 
155
  if __name__ == "__main__":
156
  port = int(os.getenv("PORT", 7860))
157
+ app.run(host="0.0.0.0", port=port, debug=True)
158
+
159
+