anzorq commited on
Commit
4ea926c
1 Parent(s): a7c8de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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