Spaces:
Running
Running
Update app.py
Browse files
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)
|