Spaces:
Running
Running
Update all_models2.py
Browse files- all_models2.py +1 -1
all_models2.py
CHANGED
@@ -21,7 +21,7 @@ def find_model_list(author: str="", tags: list[str]=[], not_tag="", sort: str="l
|
|
21 |
print(f"Error: Failed to list models.")
|
22 |
print(e)
|
23 |
return models
|
24 |
-
t1=
|
25 |
for model in model_infos:
|
26 |
|
27 |
if not model.private and not model.gated:
|
|
|
21 |
print(f"Error: Failed to list models.")
|
22 |
print(e)
|
23 |
return models
|
24 |
+
t1=True
|
25 |
for model in model_infos:
|
26 |
|
27 |
if not model.private and not model.gated:
|