Spaces:
Runtime error
Runtime error
Update model_list.py
Browse files- model_list.py +1 -1
model_list.py
CHANGED
@@ -75,7 +75,7 @@ class ModelList:
|
|
75 |
df = df[~df.github.isna()]
|
76 |
if has_model:
|
77 |
df = df[~df.hub.isna() | ~df.other.isna()]
|
78 |
-
df = df[df.type.isin(set(data_types))]
|
79 |
return df
|
80 |
|
81 |
@staticmethod
|
|
|
75 |
df = df[~df.github.isna()]
|
76 |
if has_model:
|
77 |
df = df[~df.hub.isna() | ~df.other.isna()]
|
78 |
+
#df = df[df.type.isin(set(data_types))]
|
79 |
return df
|
80 |
|
81 |
@staticmethod
|