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