Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def detect_objects(image):
|
|
11 |
return output_image
|
12 |
|
13 |
iface = gr.Interface(
|
14 |
-
fn=
|
15 |
inputs=gr.Image(type="numpy"),
|
16 |
outputs=gr.Image(type="numpy"),
|
17 |
title="DDR-Detection",
|
|
|
11 |
return output_image
|
12 |
|
13 |
iface = gr.Interface(
|
14 |
+
fn=detect_objects,
|
15 |
inputs=gr.Image(type="numpy"),
|
16 |
outputs=gr.Image(type="numpy"),
|
17 |
title="DDR-Detection",
|