souranil3d commited on
Commit
a472467
·
1 Parent(s): dba8779

Update app.py

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