asahi417 commited on
Commit
1b7a5dc
1 Parent(s): c962a1e

add punctuator and timestamped output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ yt_transcribe = gr.Interface(
163
  gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
164
  gr.inputs.Textbox(lines=1, placeholder="Prompt", optional=True)
165
  ],
166
- outputs=["html", "text"],
167
  layout="horizontal",
168
  theme="huggingface",
169
  title=f"Transcribe YouTube with {os.path.basename(MODEL_NAME)}",
 
163
  gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
164
  gr.inputs.Textbox(lines=1, placeholder="Prompt", optional=True)
165
  ],
166
+ outputs=["html", "text", "text"],
167
  layout="horizontal",
168
  theme="huggingface",
169
  title=f"Transcribe YouTube with {os.path.basename(MODEL_NAME)}",