Lookimi commited on
Commit
4bcf60e
1 Parent(s): 92597d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
 
2
 
 
3
  #importing the necessary modules
4
  import os
5
  import urllib.request
@@ -55,4 +56,4 @@ def transcript_extract():
55
  print("Transcript not available for video " + link[9:])
56
 
57
  #launch the gradio
58
- gr.Interface(fn=transcript_extract, inputs="textbox", outputs="textbox").launch()
 
1
 
2
 
3
+
4
  #importing the necessary modules
5
  import os
6
  import urllib.request
 
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()