Spaces:
Sleeping
Sleeping
update
Browse files- README.md +1 -3
- requirements.txt +3 -3
README.md
CHANGED
@@ -15,9 +15,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
15 |
```text
|
16 |
docker build -t asr:v20240510_0944 .
|
17 |
|
18 |
-
docker run -itd
|
19 |
-
--name ASR \
|
20 |
-
asr:v20240510_0944
|
21 |
|
22 |
```
|
23 |
|
|
|
15 |
```text
|
16 |
docker build -t asr:v20240510_0944 .
|
17 |
|
18 |
+
docker run -itd --name ASR asr:v20240510_0944 /bin/bash
|
|
|
|
|
19 |
|
20 |
```
|
21 |
|
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ gradio==4.29.0
|
|
2 |
torch==1.13.1
|
3 |
torchaudio==0.13.1
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
2 |
torch==1.13.1
|
3 |
torchaudio==0.13.1
|
4 |
|
5 |
+
data/wheels/k2-1.23.4.dev20230130%2Bcpu.torch1.13.1-cp38-cp38-linux_x86_64.whl
|
6 |
+
data/wheels/k2_sherpa-1.1-cp38-cp38-linux_x86_64.whl
|
7 |
+
data/wheels/kaldifeat-1.22-cp38-cp38-linux_x86_64.whl
|