Spaces:
Sleeping
Sleeping
Commit
·
ef4d3d8
1
Parent(s):
5cb5b80
🔧 Fix: PyTorch 2.x pour compatibilité transformers
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
torchaudio
|
| 4 |
-
transformers
|
| 5 |
-
huggingface_hub
|
| 6 |
-
librosa
|
| 7 |
-
soundfile>=0.11.0
|
| 8 |
-
numpy<1.25.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
torchaudio
|
| 4 |
+
transformers
|
| 5 |
+
huggingface_hub
|
| 6 |
+
librosa
|
|
|
|
|
|