abidlabs HF staff commited on
Commit
929fafc
·
verified ·
1 Parent(s): 6b14dee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ with gr.Blocks(theme="base") as demo:
29
  gr.CheckboxGroup(label="Cleanup Transcript with LLM", choices=["Remove typos", "Separate into paragraphs"])
30
  gr.Checkbox(label="Diarize Speakers (coming soon)", interactive=False)
31
  transcribe_btn = gr.Button("Transcribe!")
32
- )
33
 
34
  with gr.Tab("Result"):
35
  pass
 
29
  gr.CheckboxGroup(label="Cleanup Transcript with LLM", choices=["Remove typos", "Separate into paragraphs"])
30
  gr.Checkbox(label="Diarize Speakers (coming soon)", interactive=False)
31
  transcribe_btn = gr.Button("Transcribe!")
 
32
 
33
  with gr.Tab("Result"):
34
  pass