salmanmapkar commited on
Commit
0278cb8
1 Parent(s): 4dcdc82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks() as _block_ut:
200
  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")
201
  url = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
202
  ocb = gr.CheckboxGroup(["Text", "JSONL", "CSV"])
203
- bt = fr.Button(fn=output_selection)
204
  with gr.Column():
205
  output_txt = gr.Textbox(label="Transcribed Text", lines=15, visible = ftxt)
206
  output_jsonl = gr.JSON(label="Transcribed Text", visible = fjsonl)
 
200
  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")
201
  url = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
202
  ocb = gr.CheckboxGroup(["Text", "JSONL", "CSV"])
203
+ bt = gr.Button(fn=output_selection)
204
  with gr.Column():
205
  output_txt = gr.Textbox(label="Transcribed Text", lines=15, visible = ftxt)
206
  output_jsonl = gr.JSON(label="Transcribed Text", visible = fjsonl)