Jeffgold commited on
Commit
5bf3f5e
·
1 Parent(s): 18909a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", type="list"),
133
- gr.outputs.Textbox(label="Text Files", type="list")
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(