GilbertClaus commited on
Commit
c516869
·
1 Parent(s): 7ba57ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()