Bruno Guberfain do Amaral commited on
Commit
40d857a
β€’
1 Parent(s): b206451

Moved images to examples folder

Browse files
app.py CHANGED
@@ -107,8 +107,8 @@ description = "Gradio demo for Detic: Detecting Twenty-thousand Classes using Im
107
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.02605' target='_blank'>Detecting Twenty-thousand Classes using Image-level Supervision</a> | <a href='https://github.com/facebookresearch/Detic' target='_blank'>Github Repo</a></p>"
108
 
109
  examples = [
110
- ['dog,cat' , 0.500, 'dogs-and-cats.jpeg'],
111
- ['a boy jumping in the air', 0.037, 'jump.jpeg'],
112
  ]
113
 
114
  gr.Interface(inference,
107
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.02605' target='_blank'>Detecting Twenty-thousand Classes using Image-level Supervision</a> | <a href='https://github.com/facebookresearch/Detic' target='_blank'>Github Repo</a></p>"
108
 
109
  examples = [
110
+ ['dog,cat' , 0.500, 'examples/dogs-and-cats.jpeg'],
111
+ ['a boy jumping in the air', 0.037, 'examples/jump.jpeg'],
112
  ]
113
 
114
  gr.Interface(inference,
dogs-and-cats.jpeg β†’ examples/dogs-and-cats.jpeg RENAMED
File without changes
jump.jpeg β†’ examples/jump.jpeg RENAMED
File without changes