Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
nemo_toolkit[asr]
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
+
Cython
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchaudio
|
| 4 |
gradio
|
| 5 |
+
huggingface_hub
|
| 6 |
+
nemo_toolkit[asr]
|
| 7 |
+
# Optionnel mais recommandé pour éviter des warnings
|
| 8 |
+
pydantic<2.0
|