Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
+
uvicorn[standard]>=0.29.0
|
| 3 |
+
python-multipart
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
torchaudio>=2.0.0
|
| 6 |
+
transformers>=4.30.0
|
| 7 |
+
git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
|