broadfield-dev commited on
Commit
4a0a18b
·
verified ·
1 Parent(s): 9abfd37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ def generate_description_tokens(sequence, vectors):
141
  if __name__ == '__main__':
142
  if not os.path.exists(UPLOAD_DIR):
143
  os.makedirs(UPLOAD_DIR)
144
- app.run(port=7860)
 
141
  if __name__ == '__main__':
142
  if not os.path.exists(UPLOAD_DIR):
143
  os.makedirs(UPLOAD_DIR)
144
+ app.run(host="0.0.0.0", port=7860)