yangtb24 commited on
Commit
9fae181
·
verified ·
1 Parent(s): d5f2e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 embedding_models
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]