yangtb24 commited on
Commit
d5f2e9b
1 Parent(s): e52da11

Update app.py

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