Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def refresh_models():
|
|
175 |
executor.submit(
|
176 |
test_image_model_availability,
|
177 |
FREE_MODEL_TEST_KEY, model
|
178 |
-
): model for model in
|
179 |
}
|
180 |
for future in concurrent.futures.as_completed(future_to_model):
|
181 |
model = future_to_model[future]
|
|
|
175 |
executor.submit(
|
176 |
test_image_model_availability,
|
177 |
FREE_MODEL_TEST_KEY, model
|
178 |
+
): model for model in image_models
|
179 |
}
|
180 |
for future in concurrent.futures.as_completed(future_to_model):
|
181 |
model = future_to_model[future]
|