Spaces:
Running
on
Zero
Running
on
Zero
add punctuator and timestamped output
Browse files
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)}",
|