Spaces:
Running
Running
Update all_models2.py
Browse files- all_models2.py +3 -1
all_models2.py
CHANGED
@@ -92,7 +92,9 @@ def tag_fav(models=models,fav_models=fav_models):
|
|
92 |
if m in models:
|
93 |
output[1]+=1
|
94 |
output[2].append(m)
|
95 |
-
|
|
|
|
|
96 |
return output
|
97 |
|
98 |
def update_tag(models_plus_tags,list_new_tag):
|
|
|
92 |
if m in models:
|
93 |
output[1]+=1
|
94 |
output[2].append(m)
|
95 |
+
else:
|
96 |
+
print(m+" not found ")
|
97 |
+
print(models)
|
98 |
return output
|
99 |
|
100 |
def update_tag(models_plus_tags,list_new_tag):
|