Vargock commited on
Commit
08b3bdf
·
1 Parent(s): cd37f53

Changesd app.run to include port and host attributes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ def index():
83
 
84
 
85
  if __name__ == "__main__":
86
- app.run(debug=True)
 
83
 
84
 
85
  if __name__ == "__main__":
86
+ app.run(host="0.0.0.0", port=7860, debug=False)