Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -11,4 +11,7 @@ einops
|
|
11 |
descript-audio-codec
|
12 |
git+https://github.com/openai/whisper.git
|
13 |
pydub
|
14 |
-
transformers
|
|
|
|
|
|
|
|
11 |
descript-audio-codec
|
12 |
git+https://github.com/openai/whisper.git
|
13 |
pydub
|
14 |
+
transformers
|
15 |
+
flask
|
16 |
+
flask-cors
|
17 |
+
pydub
|