sammyview80 commited on
Commit
b0e7fd0
·
verified ·
1 Parent(s): c11ff06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,4 +153,4 @@ def index():
153
  }
154
 
155
  if "__main__" == __name__:
156
- app.run(debug=True, port=7860, host=0.0.0.0)
 
153
  }
154
 
155
  if "__main__" == __name__:
156
+ app.run(debug=True, port=7860, host="0.0.0.0")