GIGAParviz commited on
Commit
4ba7464
·
verified ·
1 Parent(s): 4769943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,6 +149,6 @@ def download_results():
149
  return redirect(url_for("index"))
150
 
151
  if __name__ == "__main__":
152
- app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
153
 
154
-
 
149
  return redirect(url_for("index"))
150
 
151
  if __name__ == "__main__":
152
+ # app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))
153
 
154
+ app.run(debug=True , port=7860 , host='0.0.0.0')