Naman0001 commited on
Commit
50b6665
·
verified ·
1 Parent(s): fea30cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -28,6 +28,4 @@ interface = gr.Interface(
28
  fn=app,
29
  inputs=gr.Textbox(label="Enter YouTube link"),
30
  outputs=gr.Video(label = "video_path")
31
- )
32
-
33
- interface.launch(debug=True)
 
28
  fn=app,
29
  inputs=gr.Textbox(label="Enter YouTube link"),
30
  outputs=gr.Video(label = "video_path")
31
+ ).launch()