Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ torch
|
|
2 |
accelerate
|
3 |
huggingface_hub
|
4 |
gradio
|
5 |
-
transformers
|
6 |
spaces
|
7 |
num2words
|
8 |
decord
|
@@ -10,5 +10,4 @@ opencv-python
|
|
10 |
Pillow
|
11 |
ffmpeg-python
|
12 |
av
|
13 |
-
pydantic<2.11
|
14 |
-
hf_xet>=v1.1.7
|
|
|
2 |
accelerate
|
3 |
huggingface_hub
|
4 |
gradio
|
5 |
+
transformers
|
6 |
spaces
|
7 |
num2words
|
8 |
decord
|
|
|
10 |
Pillow
|
11 |
ffmpeg-python
|
12 |
av
|
13 |
+
pydantic<2.11
|
|