Update app.py
Browse files
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)
|