Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
|
|
154 |
#button2 = gr.Button("Submit")
|
155 |
button1.click(testing_yolocounter, input1, output2)
|
156 |
|
157 |
-
with gr.Tab("
|
158 |
with gr.Row():
|
159 |
input3 = gr.Video()
|
160 |
output3 = gr.Video()
|
|
|
154 |
#button2 = gr.Button("Submit")
|
155 |
button1.click(testing_yolocounter, input1, output2)
|
156 |
|
157 |
+
with gr.Tab("Procesing on a video ...under development!"):
|
158 |
with gr.Row():
|
159 |
input3 = gr.Video()
|
160 |
output3 = gr.Video()
|