Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def refresh_models():
|
|
129 |
|
130 |
text_models = [model for model in text_models if model not in ban_models]
|
131 |
embedding_models = [model for model in embedding_models if model not in ban_models]
|
132 |
-
image_models = [model for model in
|
133 |
|
134 |
with concurrent.futures.ThreadPoolExecutor(
|
135 |
max_workers=100
|
|
|
129 |
|
130 |
text_models = [model for model in text_models if model not in ban_models]
|
131 |
embedding_models = [model for model in embedding_models if model not in ban_models]
|
132 |
+
image_models = [model for model in image_models if model not in ban_models]
|
133 |
|
134 |
with concurrent.futures.ThreadPoolExecutor(
|
135 |
max_workers=100
|