Dooratre commited on
Commit
99624bb
·
verified ·
1 Parent(s): 65d7ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,4 +136,4 @@ if __name__ == "__main__":
136
  }
137
  )
138
 
139
- app.run(debug=True)
 
136
  }
137
  )
138
 
139
+ app.run(host="0.0.0.0", port=7860)