Jeffgold commited on
Commit
666b7f5
·
1 Parent(s): 9aa63f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
110
  return html_components, # add more return values as needed
111
 
112
  outputs = [
113
- gr.outputs.HTML(label="Video Players", type="list"),
114
  # add more outputs as needed
115
  ]
116
 
 
110
  return html_components, # add more return values as needed
111
 
112
  outputs = [
113
+ gr.outputs.HTML(label="Video Players"),
114
  # add more outputs as needed
115
  ]
116