Guest User

Untitled

a guest
Oct 25th, 2023
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. user@d84a8c6bfa9f:~/app$ python app.py
  2. Traceback (most recent call last):
  3. 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
  4. response.raise_for_status()
  5. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
  6. raise HTTPError(http_error_msg, response=self)
  7. requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/spaces/XCLiu/InstaFlow_hidden/revision/main
  8.  
  9. The above exception was the direct cause of the following exception:
  10.  
  11. Traceback (most recent call last):
  12. File "/home/user/app/app.py", line 7, in <module>
  13. api.snapshot_download(repo_id="XCLiu/InstaFlow_hidden", repo_type="space", local_dir=".")
  14. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
  15. return fn(*args, **kwargs)
  16. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 4192, in snapshot_download
  17. return snapshot_download(
  18. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
  19. return fn(*args, **kwargs)
  20. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 189, in snapshot_download
  21. repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
  22. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
  23. return fn(*args, **kwargs)
  24. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 1888, in repo_info
  25. return method(
  26. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
  27. return fn(*args, **kwargs)
  28. File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 1824, in space_info
  29. hf_raise_for_status(r)
  30. 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
  31. raise RepositoryNotFoundError(message, response) from e
  32. huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-65398fbb-16d11e227d5a9ef53c0c8818;cfbc7a90-1576-4e0e-a7ae-77409d807d0a)
  33.  
  34. Repository Not Found for url: https://huggingface.co/api/spaces/XCLiu/InstaFlow_hidden/revision/main.
  35. Please make sure you specified the correct `repo_id` and `repo_type`.
  36. If you are trying to access a private or gated repo, make sure you are authenticated.
  37. user@d84a8c6bfa9f:~/app$
  38.  
Advertisement
Add Comment
Please, Sign In to add comment