Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
torch==2.1.
|
2 |
-
torchvision==0.16.
|
3 |
-
torchaudio==2.1.
|
4 |
-
|
5 |
gradio==4.41.0
|
6 |
modelscope_studio==0.4.0
|
7 |
-
|
8 |
-
decord
|
9 |
-
pillow
|
10 |
-
python-multipart
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0
|
4 |
+
transformers==4.37.2
|
5 |
gradio==4.41.0
|
6 |
modelscope_studio==0.4.0
|
7 |
+
decord==0.6.0
|
|
|
|
|
|