Spaces:
Runtime error
Runtime error
TenzinGayche
commited on
Commit
•
422fe7b
1
Parent(s):
3294ddc
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
fn=transcribe,
|
29 |
inputs=[gr.Audio(source="microphone", type="filepath"),gr.Audio(source="upload", type="filepath")],
|
30 |
outputs="text",
|
31 |
-
title="Whisper
|
32 |
description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
|
33 |
)
|
34 |
|
|
|
28 |
fn=transcribe,
|
29 |
inputs=[gr.Audio(source="microphone", type="filepath"),gr.Audio(source="upload", type="filepath")],
|
30 |
outputs="text",
|
31 |
+
title="Whisper Small Tibetan",
|
32 |
description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
|
33 |
)
|
34 |
|