Salman11223 commited on
Commit
509aa7d
·
verified ·
1 Parent(s): 3c2cc03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def app(video_link):
12
  interface = gr.Interface(fn=app,
13
  inputs=gr.Textbox(label="Enter YouTube link"),
14
  outputs=gr.Video(label="Your result"))
15
- interface.launch()
 
12
  interface = gr.Interface(fn=app,
13
  inputs=gr.Textbox(label="Enter YouTube link"),
14
  outputs=gr.Video(label="Your result"))
15
+ interface.launch(debug = True)