afroanton commited on
Commit
7a6e1cb
1 Parent(s): 861d639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def transcribeUrl(url):
16
  return text
17
 
18
  video_demo = gr.Interface.load(
19
- fn=transcribe,
20
  inputs=gr.Textbox(
21
  label="insert URL",
22
  lines=3,
16
  return text
17
 
18
  video_demo = gr.Interface.load(
19
+ fn=transcribeUrl,
20
  inputs=gr.Textbox(
21
  label="insert URL",
22
  lines=3,