Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,13 @@ with gr.Blocks() as demo:
|
|
154 |
#button2 = gr.Button("Submit")
|
155 |
button1.click(testing_yolocounter, input1, output2)
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
""" with gr.Tab("Direct insect counter"):
|
158 |
with gr.Row():
|
159 |
#input3 = gr.Image()
|
@@ -161,13 +168,5 @@ 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()
|
|
|
154 |
#button2 = gr.Button("Submit")
|
155 |
button1.click(testing_yolocounter, input1, output2)
|
156 |
|
157 |
+
with gr.Tab("Under development"):
|
158 |
+
with gr.Row():
|
159 |
+
input3 = gr.Video()
|
160 |
+
output3 = gr.Video()
|
161 |
+
button3 = gr.Button("Submit")
|
162 |
+
button3.click(video_identity, input3, output3)
|
163 |
+
|
164 |
""" with gr.Tab("Direct insect counter"):
|
165 |
with gr.Row():
|
166 |
#input3 = gr.Image()
|
|
|
168 |
#button3 = gr.Button("Submit")
|
169 |
button1.click(testing_directcounter, input1, output3)
|
170 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
|
172 |
demo.launch()
|