BasToTheMax commited on
Commit
a287077
·
verified ·
1 Parent(s): 9604663

Flagging mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  outputs="text",
43
  title="Object Detection",
44
  description="Upload an image and detect objects using DETR model.",
45
- allow_flagging=False
46
  )
47
 
48
  iface.launch()
 
42
  outputs="text",
43
  title="Object Detection",
44
  description="Upload an image and detect objects using DETR model.",
45
+ flagging_mode="never"
46
  )
47
 
48
  iface.launch()