ahmedJaafari commited on
Commit
c2eec8b
·
1 Parent(s): 1cbf289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ outputs = gr.outputs.Textbox(label="Output Text")
52
  title = "Annarabic Speech Recognition System"
53
  description = 'Demo for <b>Annarabic ASR</b>. 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: [email protected]">[email protected]</a> or phone: <a href = "tel: +212658537105">+212658537105</a>.'
54
  examples=[['Aya.mp3'], ['Loubna.mp3'], ['Omar.wav'], ['Yassir.wav']]
55
- article="* The model never trained on the given examples"
56
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
 
52
  title = "Annarabic Speech Recognition System"
53
  description = 'Demo for <b>Annarabic ASR</b>. 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: [email protected]">[email protected]</a> or phone: <a href = "tel: +212658537105">+212658537105</a>.'
54
  examples=[['Aya.mp3'], ['Loubna.mp3'], ['Omar.wav'], ['Yassir.wav']]
55
+ article="* The ASR never trained on the given examples."
56
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()