Spaces:
Sleeping
Sleeping
Upload infertest.py
Browse files- infertest.py +2 -0
infertest.py
CHANGED
@@ -505,3 +505,5 @@ def download_and_extract_models(urls):
|
|
505 |
yield "\n".join(logs)
|
506 |
logs.append("Successfully download all models! Refresh your model list to load the model")
|
507 |
yield "\n".join(logs)
|
|
|
|
|
|
505 |
yield "\n".join(logs)
|
506 |
logs.append("Successfully download all models! Refresh your model list to load the model")
|
507 |
yield "\n".join(logs)
|
508 |
+
if __name__ == '__main__':
|
509 |
+
app.run(debug=True, port=5000)
|