Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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 |
|