Lookimi commited on
Commit
92597d1
1 Parent(s): 90323cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,5 +54,5 @@ def transcript_extract():
54
  else:
55
  print("Transcript not available for video " + link[9:])
56
 
57
- #upload to Huggingface Space
58
- gr.Interface(fn=transcript_extract, inputs="textbox", outputs="textbox").launch(share=True)
 
54
  else:
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()