Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,3 +65,4 @@ demo = gr.Interface(inference, inputs, outputs, title=title, description=descrip
|
|
| 65 |
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
| 66 |
])
|
| 67 |
|
|
|
|
|
|
| 65 |
['images/COCO_val2014_000000483108.jpg',"track, train"] ,
|
| 66 |
])
|
| 67 |
|
| 68 |
+
demo.launch(enable_queue=True)
|