Spaces:
Runtime error
Runtime error
2424
Browse files
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)
|