JosephTK commited on
Commit
beeeb8f
·
1 Parent(s): 4199c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def detect(image):
30
  counts[label_name] = 0
31
  counts[label_name] += 1
32
 
33
- return counts
34
 
35
  demo = gr.Interface(
36
  fn=detect,
 
30
  counts[label_name] = 0
31
  counts[label_name] += 1
32
 
33
+ return results
34
 
35
  demo = gr.Interface(
36
  fn=detect,