MiklX commited on
Commit
bd34b14
·
1 Parent(s): f016062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ def index():
53
  return render_template('index.html')
54
 
55
  if __name__ == '__main__':
56
- app.run()
 
53
  return render_template('index.html')
54
 
55
  if __name__ == '__main__':
56
+ app.run(host="0.0.0.0", port=7860, debug=False)