Spaces:
Runtime error
Runtime error
Update model_list.py
Browse files- model_list.py +0 -1
model_list.py
CHANGED
@@ -72,7 +72,6 @@ class ModelList:
|
|
72 |
has_paper = 'Paper' in filter_names
|
73 |
has_github = 'Code' in filter_names
|
74 |
has_model = 'Model Weights' in filter_names
|
75 |
-
df = self.filter_table(df, has_paper, has_github, has_model, data_types)
|
76 |
df = self.filter_table(df, has_paper, has_github, has_model, data_types, years)
|
77 |
#df = self.filter_table(df, has_paper, has_github, has_model, data_types, model_types)
|
78 |
return len(df), self.to_html(df, self.table_header)
|
|
|
72 |
has_paper = 'Paper' in filter_names
|
73 |
has_github = 'Code' in filter_names
|
74 |
has_model = 'Model Weights' in filter_names
|
|
|
75 |
df = self.filter_table(df, has_paper, has_github, has_model, data_types, years)
|
76 |
#df = self.filter_table(df, has_paper, has_github, has_model, data_types, model_types)
|
77 |
return len(df), self.to_html(df, self.table_header)
|