Spaces:
Runtime error
Runtime error
adding the accurate dependecies
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
sounddevice
|
7 |
-
librosa
|
8 |
-
python-dotenv
|
9 |
-
ffmpeg
|
10 |
-
ffprobe
|
11 |
-
playsound==1.2.2
|
12 |
-
vext
|
13 |
-
vext.gi
|
|
|
1 |
+
gradio==3.20.0
|
2 |
+
librosa==0.10.0
|
3 |
+
openai==0.27.0
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
transformers==4.26.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|