ezamorag commited on
Commit
8c65f97
·
1 Parent(s): ec2e043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
168
  with gr.Tab("Procesing on a video ...under development!"):
169
  with gr.Row():
170
  input3 = gr.Video()
171
- output3 = [gr.Video(), gr.Textbox(lines=5)]
172
  button3 = gr.Button("Submit")
173
  button3.click(video_identity, input3, output3)
174
 
 
168
  with gr.Tab("Procesing on a video ...under development!"):
169
  with gr.Row():
170
  input3 = gr.Video()
171
+ output3 = gr.Video()
172
  button3 = gr.Button("Submit")
173
  button3.click(video_identity, input3, output3)
174