Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch==2.2.2
|
2 |
transformers
|
3 |
diffusers
|
@@ -9,5 +10,4 @@ whisper
|
|
9 |
gTTS
|
10 |
ffmpeg-python
|
11 |
sentencepiece
|
12 |
-
protobuf
|
13 |
-
numpy
|
|
|
1 |
+
numpy>=1.23.0
|
2 |
torch==2.2.2
|
3 |
transformers
|
4 |
diffusers
|
|
|
10 |
gTTS
|
11 |
ffmpeg-python
|
12 |
sentencepiece
|
13 |
+
protobuf
|
|