Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
streamlit==1.25.0
|
2 |
groq==0.13.0
|
3 |
pydub==0.25.1
|
4 |
pydantic==2.7.0
|
@@ -15,5 +14,6 @@ torchaudio==2.0.2
|
|
15 |
yt-dlp==2023.9.24
|
16 |
sentencepiece==0.1.95
|
17 |
lxml
|
|
|
18 |
streamlit-webrtc==0.45.0
|
19 |
|
|
|
|
|
1 |
groq==0.13.0
|
2 |
pydub==0.25.1
|
3 |
pydantic==2.7.0
|
|
|
14 |
yt-dlp==2023.9.24
|
15 |
sentencepiece==0.1.95
|
16 |
lxml
|
17 |
+
streamlit==1.19.0
|
18 |
streamlit-webrtc==0.45.0
|
19 |
|