xinyu1205 commited on
Commit
4ff9edd
1 Parent(s): 217926f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)