patrickvonplaten commited on
Commit
dd79dcc
·
1 Parent(s): 1763424

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Run any CTC model
2
+
3
+ ```python
4
+ ./run_ctc_common_voice.py "yourModelId" "yourLanguageCode"
5
+ ```