Spaces:
Sleeping
Sleeping
Flagging mode
Browse files
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 |
-
|
| 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()
|