Lookimi commited on
Commit
6dac9eb
1 Parent(s): dd748bd

Update app.py

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