Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -161,13 +161,12 @@ with gr.Blocks() as demo:
|
|
161 |
#button3 = gr.Button("Submit")
|
162 |
button1.click(testing_directcounter, input1, output3)
|
163 |
"""
|
164 |
-
|
165 |
with gr.Tab("Under development ..."):
|
166 |
with gr.Row():
|
167 |
input3 = gr.Video()
|
168 |
-
output3 =gr.Video()
|
169 |
button3 = gr.Button("Submit a video")
|
170 |
button3.click(video_identity, input3, output3)
|
171 |
|
172 |
-
|
173 |
demo.launch()
|
|
|
161 |
#button3 = gr.Button("Submit")
|
162 |
button1.click(testing_directcounter, input1, output3)
|
163 |
"""
|
164 |
+
|
165 |
with gr.Tab("Under development ..."):
|
166 |
with gr.Row():
|
167 |
input3 = gr.Video()
|
168 |
+
output3 = gr.Video()
|
169 |
button3 = gr.Button("Submit a video")
|
170 |
button3.click(video_identity, input3, output3)
|
171 |
|
|
|
172 |
demo.launch()
|