Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2303.056
|
|
62 |
|
63 |
demo = gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['images/COCO_val2014_000000483108.jpg',"none"],
|
64 |
['images/COCO_val2014_000000483108.jpg',"power line"],
|
65 |
-
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
|
|
66 |
])
|
67 |
|
68 |
demo.launch(enable_queue=True)
|
|
|
62 |
|
63 |
demo = gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=[['images/COCO_val2014_000000483108.jpg',"none"],
|
64 |
['images/COCO_val2014_000000483108.jpg',"power line"],
|
65 |
+
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
66 |
+
['images/bdf391a6f4b1840a.jpg',"none"],
|
67 |
])
|
68 |
|
69 |
demo.launch(enable_queue=True)
|