Spaces:
Sleeping
Sleeping
file
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def upload_image(file):
|
|
| 32 |
iface = gr.Interface(
|
| 33 |
fn=upload_image,
|
| 34 |
inputs="image",
|
| 35 |
-
outputs="
|
| 36 |
title="Object Detection",
|
| 37 |
description="Upload an image and detect objects using DETR model.",
|
| 38 |
flagging_mode="never"
|
|
|
|
| 32 |
iface = gr.Interface(
|
| 33 |
fn=upload_image,
|
| 34 |
inputs="image",
|
| 35 |
+
outputs="file",
|
| 36 |
title="Object Detection",
|
| 37 |
description="Upload an image and detect objects using DETR model.",
|
| 38 |
flagging_mode="never"
|