Spaces:
Paused
Paused
Commit ·
c516869
1
Parent(s): 7ba57ad
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,3 +17,5 @@ iface = gr.Interface(
|
|
| 17 |
title="YouTube Video Cutter",
|
| 18 |
description="Potong dan download sebagian video YouTube.",
|
| 19 |
)
|
|
|
|
|
|
|
|
|
| 17 |
title="YouTube Video Cutter",
|
| 18 |
description="Potong dan download sebagian video YouTube.",
|
| 19 |
)
|
| 20 |
+
|
| 21 |
+
iface.launch()
|