Update README.md
Browse files
README.md
CHANGED
|
@@ -74,4 +74,6 @@ with torch.inference_mode():
|
|
| 74 |
for i, r in enumerate(results):
|
| 75 |
predictions[i] = r.text
|
| 76 |
|
| 77 |
-
```
|
|
|
|
|
|
|
|
|
| 74 |
for i, r in enumerate(results):
|
| 75 |
predictions[i] = r.text
|
| 76 |
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
More usage examples: [https://github.com/ZFTurbo/Children-Speech-Recognition-Challenge-Solution](https://github.com/ZFTurbo/Children-Speech-Recognition-Challenge-Solution)
|