Ngoufack commited on
Commit
72ecf2b
·
1 Parent(s): 233782b

hotfix 1.3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "translate"], label="Task", value="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",