Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.20.1
|
2 |
+
torch==2.2.1
|
3 |
+
torchaudio==2.2.1
|
4 |
+
transformers==4.38.2
|
5 |
+
pyannote-audio==3.1.1
|
6 |
+
numpy==1.26.4
|
7 |
+
fastapi==0.110.0
|
8 |
+
uvicorn==0.27.1
|
9 |
+
python-multipart==0.0.9
|
10 |
+
pydantic==2.6.1 # FastAPI dependency
|