Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -202,6 +202,7 @@ def get_new_model_card(
|
|
202 |
"antigma",
|
203 |
"quantize-my-repo",
|
204 |
]
|
|
|
205 |
|
206 |
# Format the table rows
|
207 |
table_rows = []
|
|
|
202 |
"antigma",
|
203 |
"quantize-my-repo",
|
204 |
]
|
205 |
+
model_card.data.base_model = original_model_id
|
206 |
|
207 |
# Format the table rows
|
208 |
table_rows = []
|