Update requirements.txt
Browse files- requirements.txt +4 -10
requirements.txt
CHANGED
@@ -1,14 +1,8 @@
|
|
1 |
-
torch>=2.0.0
|
2 |
-
torchvision>=0.15.0
|
3 |
streamlit
|
|
|
|
|
4 |
transformers
|
5 |
-
diffusers>=0.25.0
|
6 |
pillow
|
7 |
numpy
|
8 |
-
|
9 |
-
python-
|
10 |
-
decord
|
11 |
-
ftfy
|
12 |
-
regex
|
13 |
-
tqdm
|
14 |
-
safetensors
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
transformers
|
|
|
5 |
pillow
|
6 |
numpy
|
7 |
+
modelscope[multimedia]==1.9.5
|
8 |
+
opencv-python-headless
|
|
|
|
|
|
|
|
|
|