Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ video_url = gr.inputs.Textbox(label="Or enter video URL")
|
|
129 |
|
130 |
outputs = [
|
131 |
gr.outputs.HTML(label="Download Links"),
|
132 |
-
gr.outputs.Video(label="Video Player"
|
133 |
-
gr.outputs.Textbox(label="Text Files", type="
|
134 |
]
|
135 |
|
136 |
interface = gr.Interface(
|
|
|
129 |
|
130 |
outputs = [
|
131 |
gr.outputs.HTML(label="Download Links"),
|
132 |
+
gr.outputs.Video(label="Video Player"),
|
133 |
+
gr.outputs.Textbox(label="Text Files", type="text")
|
134 |
]
|
135 |
|
136 |
interface = gr.Interface(
|