abidlabs HF staff commited on
Commit
a200654
1 Parent(s): 3c558b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks(theme="base", css=css) as demo:
15
  with gr.Column():
16
  with gr.Row():
17
  source = gr.Radio(label="Source type", choices=[ ("YouTube URL", "youtube"), ("Audio", "audio"), ("Video", "video")], value="youtube")
18
- cleanup_options = gr.CheckboxGroup(label="Cleanup Transcript with LLM", choices=["Remove typos", "Separate into paragraphs"], value=["Remove typos", "Separate into paragraphs"])
19
  @gr.render(inputs=source)
20
  def show_source(s):
21
  if s == "audio":
 
15
  with gr.Column():
16
  with gr.Row():
17
  source = gr.Radio(label="Source type", choices=[ ("YouTube URL", "youtube"), ("Audio", "audio"), ("Video", "video")], value="youtube")
18
+ cleanup_options = gr.CheckboxGroup(label="Cleanup Transcript with LLM", choices=["Remove typos", "Separate into paragraphs"])
19
  @gr.render(inputs=source)
20
  def show_source(s):
21
  if s == "audio":