Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
git+https://github.com/huggingface/diffusers.git@d1c575ad7ee0390c2735f50cc59a79aae666567a#egg=diffusers
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
streamlit
|
5 |
opencv-python
|
6 |
-
imageio-ffmpeg
|
7 |
-
openai
|
8 |
-
transformers
|
9 |
-
accelerate
|
10 |
-
sentencepiece
|
11 |
-
pillow
|
12 |
imageio
|
13 |
moviepy
|
14 |
gradio
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git@d1c575ad7ee0390c2735f50cc59a79aae666567a#egg=diffusers
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
streamlit
|
5 |
opencv-python
|
6 |
+
imageio-ffmpeg
|
7 |
+
openai
|
8 |
+
transformers
|
9 |
+
accelerate
|
10 |
+
sentencepiece
|
11 |
+
pillow
|
12 |
imageio
|
13 |
moviepy
|
14 |
gradio
|