new4u commited on
Commit
53e44d0
1 Parent(s): 7d34dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),[^4^][4]
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"],