katielink commited on
Commit
f82516a
·
1 Parent(s): 5c8fef5

Update model_list.py

Browse files
Files changed (1) hide show
  1. 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'<a href="{row.data_type}" target="_blank">Paper</a>' if isinstance(
41
  row.paper, str) else ''
42
- base_model = f'<a href="{row.base_model}" target="_blank">Paper</a>' if isinstance(
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>