Spaces:
Sleeping
Sleeping
Mike Frantz
commited on
Commit
•
9236d01
1
Parent(s):
968a908
fix spelling error
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ gr.Interface(
|
|
61 |
outputs=[text_output, highlighted_text_output],
|
62 |
title=title,
|
63 |
description=description,
|
64 |
-
examples=[["
|
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 |
|