Spaces:
Runtime error
Runtime error
Update model_list.py
Browse files- model_list.py +2 -2
model_list.py
CHANGED
@@ -37,9 +37,9 @@ class ModelList:
|
|
37 |
row.hub, str) else ''
|
38 |
other_model = f'<a href="{row.other}" target="_blank">Other Weights</a>' if isinstance(
|
39 |
row.other, str) else ''
|
40 |
-
data_type = f'
|
41 |
row.paper, str) else ''
|
42 |
-
base_model = f'
|
43 |
row.paper, str) else ''
|
44 |
row = f'''
|
45 |
<tr>
|
|
|
37 |
row.hub, str) else ''
|
38 |
other_model = f'<a href="{row.other}" target="_blank">Other Weights</a>' if isinstance(
|
39 |
row.other, str) else ''
|
40 |
+
data_type = f'{row.data_type}' if isinstance(
|
41 |
row.paper, str) else ''
|
42 |
+
base_model = f'{row.base_model}' if isinstance(
|
43 |
row.paper, str) else ''
|
44 |
row = f'''
|
45 |
<tr>
|