Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
gradio
|
| 4 |
-
torch
|
| 5 |
-
torchaudio
|
| 6 |
-
transformers
|
| 7 |
-
soundfile
|
| 8 |
numpy
|
| 9 |
scipy
|
|
|
|
| 10 |
pydub
|
| 11 |
-
huggingface_hub
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy
|
| 5 |
scipy
|
| 6 |
+
soundfile
|
| 7 |
pydub
|
| 8 |
+
huggingface_hub
|
| 9 |
+
transformers
|