Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|