Spaces:
Runtime error
Runtime error
Commit
·
b6c01a9
1
Parent(s):
bdc2289
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
|
|
23 |
description="Bir YouTube videosunun URL'sini girin ve özetini alın."
|
24 |
)
|
25 |
|
26 |
-
iface.launch()
|
|
|
23 |
description="Bir YouTube videosunun URL'sini girin ve özetini alın."
|
24 |
)
|
25 |
|
26 |
+
iface.launch(share=True)
|