Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def convert_and_push(radio_model_names, input_model, ckpt_name, token):
|
|
70 |
token=token,
|
71 |
create_pr=True,
|
72 |
commit_message=commit_message,
|
73 |
-
commit_description=f"Add Diffusers weights converted from checkpoint {ckpt_name} in revision {revision}",
|
74 |
)
|
75 |
|
76 |
# # 4. Delete the downloaded checkpoint file, yaml files, and the converted model folder
|
|
|
70 |
token=token,
|
71 |
create_pr=True,
|
72 |
commit_message=commit_message,
|
73 |
+
commit_description=f"Add Diffusers weights converted from checkpoint `{ckpt_name}` in revision {revision}",
|
74 |
)
|
75 |
|
76 |
# # 4. Delete the downloaded checkpoint file, yaml files, and the converted model folder
|