oceansweep commited on
Commit
df6eb12
·
verified ·
1 Parent(s): 37410bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1266,7 +1266,7 @@ def launch_ui(demo_mode=False):
1266
 
1267
  inputs = [
1268
  gr.components.Textbox(label="URL of video to be Transcribed/Summarized"),
1269
- # gr.components.Number(value=2, label="Number of Speakers (for Diarization)"),
1270
  gr.components.Dropdown(choices=whisper_models, value="small.en", label="Whisper Model (Can ignore this)"),
1271
  gr.components.Textbox(label="Custom Prompt", value="Please provide a detailed, bulleted list of the points made throughout the transcribed video and any supporting arguments made for said points", lines=3),
1272
  gr.components.Number(value=0, label="Offset time to start transcribing from\n\n (helpful if you only want part of a video/lecture)")
 
1266
 
1267
  inputs = [
1268
  gr.components.Textbox(label="URL of video to be Transcribed/Summarized"),
1269
+ gr.components.Number(value=2, label="Number of Speakers (for Diarization)"),
1270
  gr.components.Dropdown(choices=whisper_models, value="small.en", label="Whisper Model (Can ignore this)"),
1271
  gr.components.Textbox(label="Custom Prompt", value="Please provide a detailed, bulleted list of the points made throughout the transcribed video and any supporting arguments made for said points", lines=3),
1272
  gr.components.Number(value=0, label="Offset time to start transcribing from\n\n (helpful if you only want part of a video/lecture)")