Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
gradio>=4.0.0
|
5 |
-
huggingface_hub
|
6 |
-
git+https://github.com/hpcaitech/Open-Sora.git@main
|
7 |
-
xformers==0.0.27.post2
|
8 |
-
flash-attn
|
9 |
numpy
|
10 |
Pillow
|
11 |
-
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision==0.15.2
|
|
|
|
|
|
|
|
|
|
|
4 |
numpy
|
5 |
Pillow
|
6 |
+
huggingface_hub>=0.16.4
|