salmanmapkar commited on
Commit
6a0255c
1 Parent(s): 3e025d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks() as yav_ui:
313
  with gr.Tab("Audio", id=3):
314
  ainput_nos = gr.Number(label="Number of Speakers", placeholder="2")
315
  ainput_sn = gr.Textbox(label="Name of the Speakers (ordered by the time they speak and separated by comma)", placeholder="If Speaker 1 is first to speak followed by Speaker 2 then -> Speaker 1, Speaker 2")
316
- ainput = gr.Audio(label="Audio")
317
  abutton_transcribe = gr.Button("Transcribe")
318
  with gr.Tab("Output"):
319
  with gr.Tab("Text"):
 
313
  with gr.Tab("Audio", id=3):
314
  ainput_nos = gr.Number(label="Number of Speakers", placeholder="2")
315
  ainput_sn = gr.Textbox(label="Name of the Speakers (ordered by the time they speak and separated by comma)", placeholder="If Speaker 1 is first to speak followed by Speaker 2 then -> Speaker 1, Speaker 2")
316
+ ainput = gr.Audio(label="Audio", type="filepath")
317
  abutton_transcribe = gr.Button("Transcribe")
318
  with gr.Tab("Output"):
319
  with gr.Tab("Text"):