Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ mf_transcribe = gr.Interface(
|
|
111 |
yt_transcribe = gr.Interface(
|
112 |
fn=yt_transcribe,
|
113 |
inputs=[
|
114 |
-
gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
115 |
gr.inputs.Radio(["转译", "翻译"], label="Task", default="transcribe")
|
116 |
],
|
117 |
outputs=["html", "text"],
|
|
|
111 |
yt_transcribe = gr.Interface(
|
112 |
fn=yt_transcribe,
|
113 |
inputs=[
|
114 |
+
gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
115 |
gr.inputs.Radio(["转译", "翻译"], label="Task", default="transcribe")
|
116 |
],
|
117 |
outputs=["html", "text"],
|