Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@d84a8c6bfa9f:~/app$ python app.py
- Traceback (most recent call last):
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
- response.raise_for_status()
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/spaces/XCLiu/InstaFlow_hidden/revision/main
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/home/user/app/app.py", line 7, in <module>
- api.snapshot_download(repo_id="XCLiu/InstaFlow_hidden", repo_type="space", local_dir=".")
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
- return fn(*args, **kwargs)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 4192, in snapshot_download
- return snapshot_download(
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
- return fn(*args, **kwargs)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 189, in snapshot_download
- repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
- return fn(*args, **kwargs)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 1888, in repo_info
- return method(
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
- return fn(*args, **kwargs)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 1824, in space_info
- hf_raise_for_status(r)
- File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 293, in hf_raise_for_status
- raise RepositoryNotFoundError(message, response) from e
- huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-65398fbb-16d11e227d5a9ef53c0c8818;cfbc7a90-1576-4e0e-a7ae-77409d807d0a)
- Repository Not Found for url: https://huggingface.co/api/spaces/XCLiu/InstaFlow_hidden/revision/main.
- Please make sure you specified the correct `repo_id` and `repo_type`.
- If you are trying to access a private or gated repo, make sure you are authenticated.
- user@d84a8c6bfa9f:~/app$
Advertisement
Add Comment
Please, Sign In to add comment