We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231567e commit a469298Copy full SHA for a469298
1 file changed
hugging_face/upload_to_hugging_face.py
@@ -23,6 +23,6 @@
23
upload_file(
24
path_or_fileobj="weights/LICENSE",
25
path_in_repo="LICENSE",
26
- repo_id=f"MODELS_LICENSE",
+ repo_id="MODELS_LICENSE",
27
repo_type="model",
28
)
0 commit comments