Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def app(video_link):
|
|
| 8 |
interface = gr.Interface(
|
| 9 |
fn=app,
|
| 10 |
inputs=gr.Textbox(label="Enter YouTube link 🔗 To Download Video⬇️ "),
|
| 11 |
-
outputs=gr.
|
| 12 |
)
|
| 13 |
|
| 14 |
interface.launch(debug=True)
|
|
|
|
| 8 |
interface = gr.Interface(
|
| 9 |
fn=app,
|
| 10 |
inputs=gr.Textbox(label="Enter YouTube link 🔗 To Download Video⬇️ "),
|
| 11 |
+
outputs=gr.Video(label = "video_path")
|
| 12 |
)
|
| 13 |
|
| 14 |
interface.launch(debug=True)
|