Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
| 4 |
torchaudio>=2.0.0
|
|
@@ -17,5 +23,4 @@ pydub>=0.25.0
|
|
| 17 |
webrtcvad>=2.0.0
|
| 18 |
jsonlines>=3.0.0
|
| 19 |
matplotlib>=3.5.0
|
| 20 |
-
seaborn>=0.11.0
|
| 21 |
-
gradio==4.44.1
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
gradio==4.44.1
|
| 3 |
+
gradio_client==1.3.0
|
| 4 |
+
fastapi>=0.111,<0.114
|
| 5 |
+
transformers>=4.41
|
| 6 |
+
uvicorn
|
| 7 |
+
praatio
|
| 8 |
torch>=2.0.0
|
| 9 |
torchvision>=0.15.0
|
| 10 |
torchaudio>=2.0.0
|
|
|
|
| 23 |
webrtcvad>=2.0.0
|
| 24 |
jsonlines>=3.0.0
|
| 25 |
matplotlib>=3.5.0
|
| 26 |
+
seaborn>=0.11.0
|
|
|