Spaces:
Running
Running
Oleg Shulyakov
commited on
Commit
·
f57d2d5
1
Parent(s):
7dc5f86
Fix README
Browse files
app.py
CHANGED
@@ -274,9 +274,9 @@ def generate_readme(outdir: tempfile.TemporaryDirectory, token: str, model_id: s
|
|
274 |
f"""
|
275 |
# {model_name}
|
276 |
|
277 |
-
**Model creator:** [{creator}](https://huggingface.co/{creator})
|
278 |
-
**Original model**: [{model_id}](https://huggingface.co/{model_id})
|
279 |
-
**GGUF quantization:** provided by [{username}](https:/huggingface.co/{username}) using `llama.cpp
|
280 |
|
281 |
## Special thanks
|
282 |
|
|
|
274 |
f"""
|
275 |
# {model_name}
|
276 |
|
277 |
+
**Model creator:** [{creator}](https://huggingface.co/{creator})<br/>
|
278 |
+
**Original model**: [{model_id}](https://huggingface.co/{model_id})<br/>
|
279 |
+
**GGUF quantization:** provided by [{username}](https:/huggingface.co/{username}) using `llama.cpp`<br/>
|
280 |
|
281 |
## Special thanks
|
282 |
|