add transformers to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
git+https://github.com/pyannote/pyannote-audio
|
2 |
git+https://github.com/openai/whisper.git
|
|
|
3 |
gradio
|
|
|
1 |
git+https://github.com/pyannote/pyannote-audio
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
+
git+https://github.com/huggingface/transformers
|
4 |
gradio
|