Spaces:
Runtime error
Runtime error
fix the table
Browse files
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)*
|