Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
min-dalle==0.4.
|
2 |
emoji==1.7.0
|
3 |
gradio==3.1.6 # You might need to upgrade this if issues persist
|
4 |
transformers
|
@@ -14,5 +14,6 @@ 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
|
|
|
1 |
+
min-dalle==0.4.11
|
2 |
emoji==1.7.0
|
3 |
gradio==3.1.6 # You might need to upgrade this if issues persist
|
4 |
transformers
|
|
|
14 |
accelerate
|
15 |
pydub
|
16 |
ffmpeg-python
|
17 |
+
numpy==1.26.4
|
18 |
httpx==0.23.0 # Pin httpx to a compatible version
|
19 |
httpcore==0.15.0 # Pin httpcore to a compatible version
|