dicksonhk commited on
Commit
344e270
·
verified ·
1 Parent(s): 75ab8ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def upload_to_hub(path, upload_repo, hf_path, oauth_token, runtime: Runtime):
153
  f"""
154
  # {upload_repo}
155
 
156
- The Model [{upload_repo}](https://huggingface.co/{upload_repo}) was converted to ${runtime.format} format from [{hf_path}](https://huggingface.co/{hf_path}) using ${runtime.package} version **{runtime.version}**.
157
 
158
  """
159
  ) + runtime.usage_example(upload_repo)
 
153
  f"""
154
  # {upload_repo}
155
 
156
+ The Model [{upload_repo}](https://huggingface.co/{upload_repo}) was converted to {runtime.format} format from [{hf_path}](https://huggingface.co/{hf_path}) using {runtime.package} version **{runtime.version}**.
157
 
158
  """
159
  ) + runtime.usage_example(upload_repo)