Spaces:
Runtime error
Runtime error
Fix Repository not creating repo anymore
#48
by
Wauplin
HF staff
- opened
Related to https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/47 (cc @ejschwartz )
With the huggingface_hub version bump, Repository
do not accept private
as an argument anymore. Repo must be created separately. It should be fine since the repo already exists but I've added a create_repo(..., exists_ok=True)
before just in case.
This comment has been hidden
Wauplin
changed pull request status to
merged
good catch!