Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ interface = gr.Interface(
|
|
14 |
fn=transcribe,
|
15 |
inputs=gr.Audio(type="filepath", label="Upload or Record Audio"), # No 'source'
|
16 |
outputs=gr.Textbox(label="Transcription"),
|
17 |
-
title="Hindi
|
18 |
description="Speak or upload audio in Hindi to get transcription using Whisper."
|
19 |
)
|
20 |
|
|
|
14 |
fn=transcribe,
|
15 |
inputs=gr.Audio(type="filepath", label="Upload or Record Audio"), # No 'source'
|
16 |
outputs=gr.Textbox(label="Transcription"),
|
17 |
+
title="Hindi Speech-to-Text",
|
18 |
description="Speak or upload audio in Hindi to get transcription using Whisper."
|
19 |
)
|
20 |
|