Commit
·
37f8e3b
1
Parent(s):
5552d80
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,5 +36,8 @@ gr.Interface(
|
|
| 36 |
],
|
| 37 |
outputs=[
|
| 38 |
gr.outputs.Textbox(label='Restored text'),
|
|
|
|
|
|
|
|
|
|
| 39 |
]
|
| 40 |
).launch()
|
|
|
|
| 36 |
],
|
| 37 |
outputs=[
|
| 38 |
gr.outputs.Textbox(label='Restored text'),
|
| 39 |
+
],
|
| 40 |
+
examples=[
|
| 41 |
+
["./common_voice_en_18301577.mp3", "do not cross the yellow light"],
|
| 42 |
]
|
| 43 |
).launch()
|