Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")],
|