Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,6 @@ torch==2.1.2
|
|
| 3 |
torchaudio==2.1.2
|
| 4 |
|
| 5 |
gradio==4.36.1
|
| 6 |
-
gradio-client==1.0.1
|
| 7 |
|
| 8 |
huggingface_hub==0.20.3
|
| 9 |
fastapi==0.110.0
|
|
@@ -13,4 +12,6 @@ soundfile
|
|
| 13 |
numpy
|
| 14 |
orjson
|
| 15 |
pydub
|
| 16 |
-
importlib-resources<7.0
|
|
|
|
|
|
|
|
|
| 3 |
torchaudio==2.1.2
|
| 4 |
|
| 5 |
gradio==4.36.1
|
|
|
|
| 6 |
|
| 7 |
huggingface_hub==0.20.3
|
| 8 |
fastapi==0.110.0
|
|
|
|
| 12 |
numpy
|
| 13 |
orjson
|
| 14 |
pydub
|
| 15 |
+
importlib-resources<7.0
|
| 16 |
+
|
| 17 |
+
|