Zeeshan42 commited on
Commit
461aecc
·
verified ·
1 Parent(s): bf37dfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ iface = gr.Interface(
48
  description="Upload a video to extract audio, transcribe it to text, and summarize the content."
49
  )
50
 
51
- iface.launch()
 
48
  description="Upload a video to extract audio, transcribe it to text, and summarize the content."
49
  )
50
 
51
+ iface.launch(share=True)