Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,9 @@ demo = gr.Interface(inference, inputs, outputs, title=title, description=descrip
|
|
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)
|
|
|
64 |
['images/COCO_val2014_000000483108.jpg',"power line"],
|
65 |
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
66 |
['images/bdf391a6f4b1840a.jpg',"none"],
|
67 |
+
['images/64891_194270823.jpg',"none"],
|
68 |
+
['images/2800737_834897251.jpg',"none"],
|
69 |
+
['images/1641173_2291260800.jpg',"none"],
|
70 |
])
|
71 |
|
72 |
demo.launch(enable_queue=True)
|