Spaces:
Sleeping
Sleeping
Victorlopo21
commited on
Commit
·
c8abb49
1
Parent(s):
a5343d2
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ iface = gr.Interface(
|
|
47 |
fn=transcribe,
|
48 |
inputs=gr.Audio(source='microphone', type="filepath"),
|
49 |
outputs="text",
|
50 |
-
title="Whisper
|
51 |
-
description="Realtime demo for Galician speech recognition using a fine-tuned Whisper
|
52 |
)
|
53 |
|
54 |
iface.launch(debug=True)
|
|
|
47 |
fn=transcribe,
|
48 |
inputs=gr.Audio(source='microphone', type="filepath"),
|
49 |
outputs="text",
|
50 |
+
title="Whisper Medium Galician",
|
51 |
+
description="Realtime demo for Galician speech recognition using a fine-tuned Whisper medium model.",
|
52 |
)
|
53 |
|
54 |
iface.launch(debug=True)
|