Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ demo = gr.Blocks()
|
|
36 |
yt_transcribe = gr.Interface(
|
37 |
fn=yt_transcribe,
|
38 |
inputs=[
|
39 |
-
gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
|
|
40 |
# gr.inputs.Radio(["transcribe", "translate"], label="Task", default="transcribe")
|
41 |
],
|
42 |
# outputs=["html", "text"],
|
|
|
36 |
yt_transcribe = gr.Interface(
|
37 |
fn=yt_transcribe,
|
38 |
inputs=[
|
39 |
+
# gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
40 |
+
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
41 |
# gr.inputs.Radio(["transcribe", "translate"], label="Task", default="transcribe")
|
42 |
],
|
43 |
# outputs=["html", "text"],
|