adhim commited on
Commit
fb9826a
·
1 Parent(s): 06e8d0f

youtube transcription section commented out

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -671,12 +671,12 @@ with gr.Blocks() as demo:
671
  subButtonSt1 = gr.Button(value="Show Default", interactive=False)
672
 
673
  with gr.Accordion("Advanced Settings", open=False):
674
- with gr.Group():
675
- gr.HTML("<p style='text-align: center;'>&nbsp; YouTube transcription</p>")
676
- force_transcribe_with_app = gr.Checkbox(
677
- label="Always transcribe with app",
678
- info="The app first checks if caption on YouTube is available. If ticked, the app will transcribe the video for you but slower.",
679
- )
680
  with gr.Group():
681
  gr.HTML("<p style='text-align: center;'>&nbsp; Summarization</p>")
682
  gr.Radio(["High Abstractive", "Low Abstractive", "Extractive"], label="Type of summarization", value="High Abstractive", interactive=False)
 
671
  subButtonSt1 = gr.Button(value="Show Default", interactive=False)
672
 
673
  with gr.Accordion("Advanced Settings", open=False):
674
+ # with gr.Group():
675
+ # gr.HTML("<p style='text-align: center;'>&nbsp; YouTube transcription</p>")
676
+ # force_transcribe_with_app = gr.Checkbox(
677
+ # label="Always transcribe with app",
678
+ # info="The app first checks if caption on YouTube is available. If ticked, the app will transcribe the video for you but slower.",
679
+ # )
680
  with gr.Group():
681
  gr.HTML("<p style='text-align: center;'>&nbsp; Summarization</p>")
682
  gr.Radio(["High Abstractive", "Low Abstractive", "Extractive"], label="Type of summarization", value="High Abstractive", interactive=False)