Spaces:
Sleeping
Sleeping
Update app.py
Browse filesCorrected description
app.py
CHANGED
@@ -12,7 +12,7 @@ interface = gr.Interface(
|
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Quechua Speech Recognition Demo",
|
15 |
-
description="Realtime demo for
|
16 |
)
|
17 |
|
18 |
interface.launch()
|
|
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Quechua Speech Recognition Demo",
|
15 |
+
description="Realtime demo for Quechua speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again."
|
16 |
)
|
17 |
|
18 |
interface.launch()
|