Lookimi commited on
Commit
06d2e4e
1 Parent(s): 4bcf60e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ def transcript_extract():
56
  print("Transcript not available for video " + link[9:])
57
 
58
  #launch the gradio
59
- gr.Interface(fn=transcript_extract, inputs=channel_url, outputs="textbox").launch()
 
56
  print("Transcript not available for video " + link[9:])
57
 
58
  #launch the gradio
59
+ gr.Interface(fn=transcript_extract, inputs="textbox", outputs="textbox").launch()