Jhp commited on
Commit
66513cd
·
1 Parent(s): 9a77820
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()
 
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)