Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
torch
|
4 |
transformers
|
|
|
5 |
soundfile
|
6 |
numpy
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
3 |
transformers
|
4 |
+
torch
|
5 |
soundfile
|
6 |
numpy
|
7 |
+
python-multipart
|