ezamorag commited on
Commit
1ca44dc
·
1 Parent(s): 7557d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ def testing_directcounter(input_img):
138
  return img, text
139
 
140
  def video_identity(video):
141
- print(type(video))
142
- return video, str(type(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")