Spaces:
Runtime error
Runtime error
Commit
·
ced0328
1
Parent(s):
49c9e77
Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ outputs = gr.outputs.Textbox(label="Output Text")
|
|
55 |
title = "Annarabic Speech Recognition System"
|
56 |
description = "Gradio demo for Annarabic ASR. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
57 |
examples=[['Aya.mp3'], ['Loubna.mp3']]
|
58 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description).launch()
|
|
|
55 |
title = "Annarabic Speech Recognition System"
|
56 |
description = "Gradio demo for Annarabic ASR. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
|
57 |
examples=[['Aya.mp3'], ['Loubna.mp3']]
|
58 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch()
|