hotfix 1.3
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ yt_transcribe = gr.Interface(
|
|
128 |
fn=yt_transcribe,
|
129 |
inputs=[
|
130 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
131 |
-
gr.Radio(["transcribe", "
|
132 |
],
|
133 |
outputs=["html", "text"],
|
134 |
title="Verbalens Project: Demo 1 prototype",
|
|
|
128 |
fn=yt_transcribe,
|
129 |
inputs=[
|
130 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
131 |
+
gr.Radio(["transcribe", "analysis"], label="Task", value="transcribe")
|
132 |
],
|
133 |
outputs=["html", "text"],
|
134 |
title="Verbalens Project: Demo 1 prototype",
|