SankethShetty001 commited on
Commit
c95222f
·
verified ·
1 Parent(s): f0617ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,4 +148,4 @@ iface = gr.Interface(
148
  description="Upload a video to extract a transcript, generate a summary, and get 2–3 meaningful questions based on the summary."
149
  )
150
 
151
- iface.launch()
 
148
  description="Upload a video to extract a transcript, generate a summary, and get 2–3 meaningful questions based on the summary."
149
  )
150
 
151
+ iface.launch(share=True)