Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==3.50.2
|
2 |
torch
|
|
|
3 |
numpy
|
4 |
ffmpeg-python
|
5 |
git+https://github.com/openai/whisper.git
|
|
|
1 |
gradio==3.50.2
|
2 |
torch
|
3 |
+
transformers
|
4 |
numpy
|
5 |
ffmpeg-python
|
6 |
git+https://github.com/openai/whisper.git
|