Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
|
|
1 |
transformers==4.36.2
|
2 |
torch==2.1.2
|
3 |
-
gradio==4.12.0
|
4 |
-
numpy==1.26.3
|
5 |
torchaudio==2.1.2
|
6 |
-
|
7 |
-
|
8 |
-
protobuf==4.25.1
|
|
|
1 |
+
gradio==4.12.0
|
2 |
transformers==4.36.2
|
3 |
torch==2.1.2
|
|
|
|
|
4 |
torchaudio==2.1.2
|
5 |
+
numpy==1.26.3
|
6 |
+
ffmpeg-python==0.2.0
|
|