pollitoconpapass
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
fn=transcribe,
|
13 |
inputs=gr.Audio(type="filepath"),
|
14 |
outputs="text",
|
15 |
-
title="Whisper Small Demo -
|
16 |
description='''
|
17 |
Realtime demo of speech recognition fine-tuned using Whisper small model. New implementation: Quechua language.
|
18 |
|
|
|
12 |
fn=transcribe,
|
13 |
inputs=gr.Audio(type="filepath"),
|
14 |
outputs="text",
|
15 |
+
title="Whisper Small Demo - Cuzco Quechua",
|
16 |
description='''
|
17 |
Realtime demo of speech recognition fine-tuned using Whisper small model. New implementation: Quechua language.
|
18 |
|