Spaces:
Sleeping
Sleeping
MarcVida commited on
Commit ·
c8e46f8
1
Parent(s): 5be9d07
add deps
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=2.1.2
|
| 2 |
+
torch>=2.8.0+cu129
|
| 3 |
+
tqdm>=4.67.1
|
| 4 |
+
peft>=0.17.1
|
| 5 |
+
transformers>=4.57.0
|
| 6 |
+
gradio>=5.47.2
|
| 7 |
+
pyfluidsynth>=1.3.4
|
| 8 |
+
Pillow>=11.0.0
|