Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ⚠️ Soprano REQUIRES a CUDA GPU - it does not support CPU inference.
|
| 2 |
+
|
| 3 |
+
gradio==6.2.0
|
| 4 |
+
numpy
|
| 5 |
+
scipy
|
| 6 |
+
transformers
|
| 7 |
+
unidecode
|