Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,8 @@ def testing_directcounter(input_img):
|
|
138 |
return img, text
|
139 |
|
140 |
def video_identity(video):
|
141 |
-
|
142 |
-
return video,
|
143 |
|
144 |
with gr.Blocks() as demo:
|
145 |
gr.Markdown("Submit an image with insects in a trap")
|
|
|
138 |
return img, text
|
139 |
|
140 |
def video_identity(video):
|
141 |
+
|
142 |
+
return video, print(type(video), video)
|
143 |
|
144 |
with gr.Blocks() as demo:
|
145 |
gr.Markdown("Submit an image with insects in a trap")
|