Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
torch
|
| 2 |
openai
|
|
|
|
| 3 |
gTTS
|
| 4 |
-
IPython
|
|
|
|
|
|
|
|
|
| 1 |
openai
|
| 2 |
+
git+https://github.com/openai/whisper.git
|
| 3 |
gTTS
|
| 4 |
+
IPython
|
| 5 |
+
gradio
|