Spaces:
Runtime error
Runtime error
Gagan Bhatia commited on
Commit ·
dbdff1c
1
Parent(s): bf44226
Update model.py
Browse files- src/models/model.py +3 -0
src/models/model.py
CHANGED
|
@@ -571,3 +571,6 @@ class Summarization:
|
|
| 571 |
readme_txt = f"""
|
| 572 |
---
|
| 573 |
Summarisation model {model_name}
|
|
|
|
|
|
|
|
|
|
|
|
| 571 |
readme_txt = f"""
|
| 572 |
---
|
| 573 |
Summarisation model {model_name}
|
| 574 |
+
""".strip()
|
| 575 |
+
|
| 576 |
+
(Path(model_repo.local_dir) / "README.md").write_text(readme_txt)
|