patrickvonplaten commited on
Commit
37f8e3b
1 Parent(s): 5552d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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()