Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
Pillow==10.3.0
|
12 |
-
numpy==1.26.4
|
|
|
1 |
+
torch==2.1.2+cu118
|
2 |
+
torchvision==0.16.2+cu118
|
3 |
+
torchaudio==2.1.2+cu118
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
5 |
+
gradio==4.41.0
|
6 |
+
modelscope_studio==0.4.0
|
7 |
+
transformers==4.37.2
|
8 |
+
decord
|
9 |
+
pillow
|
10 |
+
python-multipart
|
|
|
|