Jeffgold commited on
Commit
3086083
·
1 Parent(s): 6312c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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