DrishtiSharma
commited on
Commit
·
aeac79a
1
Parent(s):
950fecc
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ gr.Interface(
|
|
42 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
43 |
],
|
44 |
outputs=[gr.outputs.Textbox()],
|
45 |
-
examples=[["
|
46 |
title="Spanish-Audio-Transcriptions-to-Quechua-Translation",
|
47 |
description = "This is a Gradio demo of Spanish Audio Transcriptions to Quechua Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Quechua language.",
|
48 |
#article="<p><center><img src='........e'></center></p>",
|
|
|
42 |
gr.inputs.Audio(source="microphone", type="filepath", label="Record your audio")
|
43 |
],
|
44 |
outputs=[gr.outputs.Textbox()],
|
45 |
+
examples=[["sunny_day.wav"], ["travel.wav"]],
|
46 |
title="Spanish-Audio-Transcriptions-to-Quechua-Translation",
|
47 |
description = "This is a Gradio demo of Spanish Audio Transcriptions to Quechua Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Quechua language.",
|
48 |
#article="<p><center><img src='........e'></center></p>",
|