Spaces:
Runtime error
Runtime error
Commit
·
50de56b
1
Parent(s):
05b9cc1
Update app.py
Browse files
app.py
CHANGED
@@ -56,4 +56,4 @@ outputs = gr.outputs.Textbox(label="Output Text")
|
|
56 |
title = "Annarabic Speech Recognition System"
|
57 |
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."
|
58 |
examples=[['t1_0001-00010.wav'], ['t1_utt000000042.wav'], ['t2_0000006682.wav']]
|
59 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch(
|
|
|
56 |
title = "Annarabic Speech Recognition System"
|
57 |
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."
|
58 |
examples=[['t1_0001-00010.wav'], ['t1_utt000000042.wav'], ['t2_0000006682.wav']]
|
59 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch()
|