cfc-tech commited on
Commit
a1770a1
·
verified ·
1 Parent(s): 80c5e24
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ iface = gr.Interface(fn=summarize_video_transcript,
38
  description="Enter YouTube Video URL to get the transcript summary")
39
 
40
  if __name__ == "__main__":
41
- iface.launch(share=True)
 
38
  description="Enter YouTube Video URL to get the transcript summary")
39
 
40
  if __name__ == "__main__":
41
+ iface.launch()