Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
min-dalle==0.4.6
|
2 |
emoji==1.7.0
|
3 |
-
gradio==3.1.6
|
4 |
transformers
|
5 |
requests
|
6 |
moviepy
|
@@ -13,4 +13,6 @@ mutagen
|
|
13 |
nltk
|
14 |
accelerate
|
15 |
pydub
|
16 |
-
ffmpeg-python
|
|
|
|
|
|
1 |
min-dalle==0.4.6
|
2 |
emoji==1.7.0
|
3 |
+
gradio==3.1.6 # You might need to upgrade this if issues persist
|
4 |
transformers
|
5 |
requests
|
6 |
moviepy
|
|
|
13 |
nltk
|
14 |
accelerate
|
15 |
pydub
|
16 |
+
ffmpeg-python
|
17 |
+
httpx==0.23.0 # Pin httpx to a compatible version
|
18 |
+
httpcore==0.15.0 # Pin httpcore to a compatible version
|