princelv commited on
Commit
f579252
·
verified ·
1 Parent(s): 4caae50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ def index():
90
 
91
 
92
  if __name__ == "__main__":
93
- app.run(debug=True, host=0.0.0.0, port=7860)
 
90
 
91
 
92
  if __name__ == "__main__":
93
+ app.run(debug=True, host='0.0.0.0', port=7860)