Smart44 commited on
Commit
fbab245
·
verified ·
1 Parent(s): 526d2d7

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -29
app.py DELETED
@@ -1,29 +0,0 @@
1
- Runtime error
2
- Exit code: 1. Reason: es/huggingface_hub/file_download.py", line 283, in _request_wrapper
3
- response = _request_wrapper(
4
- File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 307, in _request_wrapper
5
- hf_raise_for_status(response)
6
- File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 452, in hf_raise_for_status
7
- raise _format(RepositoryNotFoundError, message, response) from e
8
- huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6921eba0-7771022447296c5a29531340;33bc8045-d34a-40d8-8131-95fa8a23648b)
9
-
10
- Repository Not Found for url: https://huggingface.co/ByteDance/AnimateDiff-Lightning-4step-T2V/resolve/main/config.json.
11
- Please make sure you specified the correct `repo_id` and `repo_type`.
12
- If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
13
- Invalid username or password.
14
-
15
- During handling of the above exception, another exception occurred:
16
-
17
- Traceback (most recent call last):
18
- File "/app/app.py", line 12, in <module>
19
- adapter = MotionAdapter.from_pretrained(
20
- File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
21
- return fn(*args, **kwargs)
22
- File "/usr/local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 1054, in from_pretrained
23
- config, unused_kwargs, commit_hash = cls.load_config(
24
- File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
25
- return fn(*args, **kwargs)
26
- File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 407, in load_config
27
- raise EnvironmentError(
28
- OSError: ByteDance/AnimateDiff-Lightning-4step-T2V is
29
-