Jhp commited on
Commit
fa8ec73
·
1 Parent(s): 66513cd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ gr.Interface(
14
  gr.Number(value=5,label='Topk',info='Topk prediction')],
15
  outputs= gr.Image(type="pil", label="hoi detection results"),
16
  title="HOI detection",
17
- ).launch(debug=True)
 
14
  gr.Number(value=5,label='Topk',info='Topk prediction')],
15
  outputs= gr.Image(type="pil", label="hoi detection results"),
16
  title="HOI detection",
17
+ ).launch(debug=True,enable_queue=True)