sehaj13 commited on
Commit
6e59a60
·
verified ·
1 Parent(s): 7b67310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 or Punjabi to get transcription using Whisper."
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()