DrishtiSharma
commited on
Commit
•
f43e8e6
1
Parent(s):
934e00f
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
|
|
46 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
47 |
],
|
48 |
outputs=[gr.outputs.Textbox()],
|
49 |
-
examples=[["audio1.wav"], ["travel.wav"]],
|
50 |
title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
|
51 |
description = description,
|
52 |
#article="<p><center><img src='........e'></center></p>",
|
|
|
46 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
47 |
],
|
48 |
outputs=[gr.outputs.Textbox()],
|
49 |
+
examples=[["audio1.wav"], ["travel.wav"], ["sample_audio.wav"]],
|
50 |
title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
|
51 |
description = description,
|
52 |
#article="<p><center><img src='........e'></center></p>",
|