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