ZFTurbo commited on
Commit
047c141
·
verified ·
1 Parent(s): 288fac4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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)