Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ interface = gr.Interface(
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
-
title="
|
15 |
-
description="
|
16 |
)
|
17 |
|
18 |
interface.launch()
|
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
+
title="Prototipo de sistema de transcripci贸n de voz en Quechua",
|
15 |
+
description="Demostraci贸n de transcripci贸n de voz a texto en Quechua utilizando u modelo Wav2Vec2-Bert afinado. Observaci贸n: El sistema demora un par de segundos en producir un resultado."
|
16 |
)
|
17 |
|
18 |
interface.launch()
|