Spaces:
Sleeping
Sleeping
Mike Frantz
commited on
Commit
•
968a908
1
Parent(s):
de5f007
ADD an example
Browse files- app.py +2 -1
- sample.wav +0 -0
app.py
CHANGED
@@ -60,6 +60,7 @@ gr.Interface(
|
|
60 |
inputs=[audio_input, text_input],
|
61 |
outputs=[text_output, highlighted_text_output],
|
62 |
title=title,
|
63 |
-
description=description
|
|
|
64 |
).launch(debug=True)
|
65 |
|
|
|
60 |
inputs=[audio_input, text_input],
|
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 |
|
sample.wav
ADDED
Binary file (30 kB). View file
|
|