Spaces:
Runtime error
Runtime error
Commit
·
f0c3f08
1
Parent(s):
8dc5f82
fix typo
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ def main():
|
|
327 |
"Copy the YAML from below and replace the metadata at the top of your model's README.md here: "
|
328 |
f"https://huggingface.co/{model_id}/edit/main/README.md"
|
329 |
)
|
330 |
-
st.markdown("For
|
331 |
"https://raw.githubusercontent.com/huggingface/hub-docs/main/modelcard.md")
|
332 |
|
333 |
new_yaml = yaml.dump(metadata, sort_keys=False, line_break="\n")
|
|
|
327 |
"Copy the YAML from below and replace the metadata at the top of your model's README.md here: "
|
328 |
f"https://huggingface.co/{model_id}/edit/main/README.md"
|
329 |
)
|
330 |
+
st.markdown("For more info on the metadata schema please refer to "
|
331 |
"https://raw.githubusercontent.com/huggingface/hub-docs/main/modelcard.md")
|
332 |
|
333 |
new_yaml = yaml.dump(metadata, sort_keys=False, line_break="\n")
|