Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +1 -0
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: red
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "5.44.1"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-4.0
|
|
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "5.44.1"
|
| 8 |
+
python_version: "3.11"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: cc-by-nc-4.0
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
nemo_toolkit[asr]==2.3.1
|
| 2 |
-
torch>=2.3,<2.6
|
| 3 |
soundfile
|
| 4 |
huggingface_hub
|
|
|
|
| 1 |
+
onnx==1.17.0
|
| 2 |
+
Cython
|
| 3 |
nemo_toolkit[asr]==2.3.1
|
|
|
|
| 4 |
soundfile
|
| 5 |
huggingface_hub
|