souranil3d commited on
Commit
bca82aa
1 Parent(s): 47fa56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -36,8 +36,10 @@ def predict(
36
  title = "Indoor Pet Detection"
37
  description = "Demo for Indoor Pet Detection"
38
  examples = [
 
39
  ["100k synthetic", 'example.jpg'],
40
- ["40k synthetic", 'example.jpg']
 
41
  ]
42
 
43
 
36
  title = "Indoor Pet Detection"
37
  description = "Demo for Indoor Pet Detection"
38
  examples = [
39
+ ["40k synthetic", 'example.jpg'],
40
  ["100k synthetic", 'example.jpg'],
41
+ ["40k synthetic", 'example-2.jpg'],
42
+ ["100k synthetic", 'example-2.jpg']
43
  ]
44
 
45