Brianpuz commited on
Commit
982b426
·
verified ·
1 Parent(s): df88099

fix the table

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def get_new_model_card(
212
  display_name = name[:-5]
213
  else:
214
  display_name = f"[{name}]({new_repo_url}/blob/main/{name})"
215
- table_rows.append(f"{display_name}|{method}|{size:.2f} GB|{split_model}")
216
 
217
  model_card.text = f"""
218
  *Produced by [Antigma Labs](https://antigma.ai), [Antigma Quantize Space](https://huggingface.co/spaces/Antigma/quantize-my-repo)*
 
212
  display_name = name[:-5]
213
  else:
214
  display_name = f"[{name}]({new_repo_url}/blob/main/{name})"
215
+ table_rows.append(f"{display_name}|{method}|{size:.2f} GB|{split_model}|\n")
216
 
217
  model_card.text = f"""
218
  *Produced by [Antigma Labs](https://antigma.ai), [Antigma Quantize Space](https://huggingface.co/spaces/Antigma/quantize-my-repo)*