Spaces:
Sleeping
Sleeping
Upload infertest.py
Browse files- infertest.py +1 -1
infertest.py
CHANGED
@@ -514,4 +514,4 @@ def download_and_extract_models(urls):
|
|
514 |
logs.append("Successfully download all models! Refresh your model list to load the model")
|
515 |
yield "\n".join(logs)
|
516 |
if __name__ == '__main__':
|
517 |
-
app.run(debug=True, port=5000)
|
|
|
514 |
logs.append("Successfully download all models! Refresh your model list to load the model")
|
515 |
yield "\n".join(logs)
|
516 |
if __name__ == '__main__':
|
517 |
+
app.run(debug=True, port=5000,host='0.0.0.0')
|