Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
Cython
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio
|
| 4 |
-
gradio
|
| 5 |
huggingface_hub
|
| 6 |
nemo_toolkit[asr]
|
| 7 |
-
#
|
| 8 |
-
pydantic<2.0
|
|
|
|
| 1 |
Cython
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
nemo_toolkit[asr]
|
| 6 |
+
# On ne met pas gradio ici car HF l'installe automatiquement via sa couche interne
|
|
|