sigyllly commited on
Commit
90674f3
·
verified ·
1 Parent(s): 81aa0cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,4 +143,4 @@ def execute():
143
  })
144
 
145
  if __name__ == '__main__':
146
- app.run(debug=True)
 
143
  })
144
 
145
  if __name__ == '__main__':
146
+ app.run(host='0.0.0.0', port=7860, debug=True)