Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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)
|