Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
git+https://github.com/huggingface/transformers
|
| 2 |
git+https://github.com/pyannote/pyannote-audio
|
| 3 |
git+https://github.com/openai/whisper.git
|
|
|
|
| 4 |
httpx==0.24.1
|
| 5 |
-
gradio
|
| 6 |
ffmpeg-python
|
| 7 |
pandas
|
| 8 |
pytube==12.1.0
|
|
|
|
| 1 |
git+https://github.com/huggingface/transformers
|
| 2 |
git+https://github.com/pyannote/pyannote-audio
|
| 3 |
git+https://github.com/openai/whisper.git
|
| 4 |
+
torchvision
|
| 5 |
httpx==0.24.1
|
| 6 |
+
gradio
|
| 7 |
ffmpeg-python
|
| 8 |
pandas
|
| 9 |
pytube==12.1.0
|