Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
torch
|
2 |
torchaudio
|
3 |
torchvision
|
4 |
-
huggingface-hub
|
5 |
pytube
|
6 |
youtube-transcript-api
|
7 |
librosa
|
8 |
soundfile
|
9 |
transformers
|
10 |
-
langchain
|
11 |
gradio
|
12 |
gradio_client
|
13 |
accelerate
|
|
|
1 |
torch
|
2 |
torchaudio
|
3 |
torchvision
|
4 |
+
huggingface-hub==0.16.4
|
5 |
pytube
|
6 |
youtube-transcript-api
|
7 |
librosa
|
8 |
soundfile
|
9 |
transformers
|
10 |
+
langchain==0.0.277
|
11 |
gradio
|
12 |
gradio_client
|
13 |
accelerate
|