Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -120,9 +120,7 @@ video_url = gr.inputs.Textbox(label="Or enter video URL")
|
|
120 |
interface = gr.Interface(
|
121 |
fn=convert_video,
|
122 |
inputs=[video_file, quality, aspect_ratio, video_url],
|
123 |
-
outputs=[
|
124 |
-
gr.outputs.HTML(label="Download Links")
|
125 |
-
],
|
126 |
title="Video Converter",
|
127 |
description="A simple video converter app",
|
128 |
allow_flagging=False
|
|
|
120 |
interface = gr.Interface(
|
121 |
fn=convert_video,
|
122 |
inputs=[video_file, quality, aspect_ratio, video_url],
|
123 |
+
outputs=[gr.outputs.HTML(label="Download Links")],
|
|
|
|
|
124 |
title="Video Converter",
|
125 |
description="A simple video converter app",
|
126 |
allow_flagging=False
|