Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
·
ac221f1
1
Parent(s):
8972f37
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,6 @@ def inference(audio):
|
|
50 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
51 |
outputs = gr.outputs.Textbox(label="Output Text")
|
52 |
title = "Annarabic Speech Recognition System"
|
53 |
-
description =
|
54 |
-
examples=[['Aya.mp3'], ['Loubna.mp3']]
|
55 |
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch()
|
|
|
50 |
inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
51 |
outputs = gr.outputs.Textbox(label="Output Text")
|
52 |
title = "Annarabic Speech Recognition System"
|
53 |
+
description = 'Demo for Annarabic ASR. To use it, simply upload your audio, or click on one of the examples to load them. Only the 10 first seconds of the audio will be transcribed and GPU runtime is not used. For more information, contact me via email: <a href = "mailto: a.jaafari@aui.ma">a.jaafari@aui.ma</a> or phone: <a href = "tel: +212658537105">+212658537105</a>'
|
54 |
+
examples=[['Aya.mp3'], ['Loubna.mp3'], ['Omar.mp3'], ['Yassir.mp3']]
|
55 |
gr.Interface(inference, inputs, outputs, title=title, description=description, examples=examples).launch()
|