josedolot commited on
Commit
2b78f5b
·
1 Parent(s): d474989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ description="Gradio demo for HybridNets: End2End Perception Network pretrained o
21
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2203.09035' target='_blank'>ybridNets: End2End Perception Network</a> | <a href='https://github.com/datvuthanh/HybridNets' target='_blank'>Github Repo</a></p>"
22
 
23
 
24
- examples=[['1.jpg','2.jpg']]
25
  gr.Interface(
26
  inference,
27
  [gr.inputs.Image(type="pil", label="Input")],
 
21
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2203.09035' target='_blank'>ybridNets: End2End Perception Network</a> | <a href='https://github.com/datvuthanh/HybridNets' target='_blank'>Github Repo</a></p>"
22
 
23
 
24
+ examples=[['1.jpg'],['2.jpg'],['3.jpg']]
25
  gr.Interface(
26
  inference,
27
  [gr.inputs.Image(type="pil", label="Input")],