Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,5 +23,5 @@ gradio.Interface(
|
|
23 |
fn=transcribe,
|
24 |
inputs=gradio.Audio(type="filepath", max_length=30, sources="microphone", format="wav"),
|
25 |
outputs="label",
|
26 |
-
title="Model trained to recognise Panjabi speech",
|
27 |
).launch()
|
|
|
23 |
fn=transcribe,
|
24 |
inputs=gradio.Audio(type="filepath", max_length=30, sources="microphone", format="wav"),
|
25 |
outputs="label",
|
26 |
+
title="Model trained to recognise Panjabi speech (you might face issue with your mic, please refresh page to properly record your voice}",
|
27 |
).launch()
|