Commit
·
13a6bac
1
Parent(s):
37f8e3b
Update app.py
Browse files
app.py
CHANGED
@@ -39,5 +39,7 @@ gr.Interface(
|
|
39 |
],
|
40 |
examples=[
|
41 |
["./common_voice_en_18301577.mp3", "do not cross the yellow light"],
|
|
|
|
|
42 |
]
|
43 |
).launch()
|
|
|
39 |
],
|
40 |
examples=[
|
41 |
["./common_voice_en_18301577.mp3", "do not cross the yellow light"],
|
42 |
+
["./sample1.flac", "going along slushy country roads and speaking to damp audiences in draughty school rooms day after day for a fortnight he'll have to put in an appearance at some place of worship on sunday morning and he can come to us immediately afterwards"],
|
43 |
+
["./sample2.flac", "before he had time to answer a much encumbered vera burst into the room with the question i say can i leave these here these were a small black pig and a lusty specimen of black red game cock"],
|
44 |
]
|
45 |
).launch()
|