sehaj13 commited on
Commit
2382f52
·
verified ·
1 Parent(s): 6e59a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 & Punjabi Speech-to-Text",
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