shReYas0363 commited on
Commit
abf721b
·
1 Parent(s): ff9d204

second commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def transcribe(audio_file_path):
19
  interface = gr.Interface(
20
  fn=transcribe,
21
  inputs=gr.Audio(sources=["upload","microphone"], type="filepath"),
22
- outputs="Transcription",
23
  title="Whisper Tiny ASR",
24
  description="Fine-tuned on AI4Bharat's svarah dataset"
25
  )
 
19
  interface = gr.Interface(
20
  fn=transcribe,
21
  inputs=gr.Audio(sources=["upload","microphone"], type="filepath"),
22
+ outputs=gr.Textbox(label="Transcription"),
23
  title="Whisper Tiny ASR",
24
  description="Fine-tuned on AI4Bharat's svarah dataset"
25
  )