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