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