Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ iface = gr.Interface(
|
|
111 |
fn=transcribe,
|
112 |
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
113 |
outputs="text",
|
114 |
-
title="Whisper Small
|
115 |
description="Realtime demo for Tamil speech recognition using a fine-tuned Whisper small model.",
|
116 |
)
|
117 |
|
|
|
111 |
fn=transcribe,
|
112 |
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
113 |
outputs="text",
|
114 |
+
title="Whisper Small Tamil",
|
115 |
description="Realtime demo for Tamil speech recognition using a fine-tuned Whisper small model.",
|
116 |
)
|
117 |
|