Mike Frantz commited on
Commit
9236d01
1 Parent(s): 968a908

fix spelling error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ gr.Interface(
61
  outputs=[text_output, highlighted_text_output],
62
  title=title,
63
  description=description,
64
- examples=[["saple.wav", "the quick brown fox jumped over the lazy dog"]]
65
  ).launch(debug=True)
66
 
 
61
  outputs=[text_output, highlighted_text_output],
62
  title=title,
63
  description=description,
64
+ examples=[["sample.wav", "the quick brown fox jumped over the lazy dog"]]
65
  ).launch(debug=True)
66