Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def predict(image):
|
|
| 107 |
"back": back_result
|
| 108 |
}
|
| 109 |
|
| 110 |
-
return cropped_images, labels, api_results
|
| 111 |
|
| 112 |
# ---------------- Gradio Interface ---------------- #
|
| 113 |
iface = gr.Interface(
|
|
|
|
| 107 |
"back": back_result
|
| 108 |
}
|
| 109 |
|
| 110 |
+
return cropped_images, labels, api_results, detected_image
|
| 111 |
|
| 112 |
# ---------------- Gradio Interface ---------------- #
|
| 113 |
iface = gr.Interface(
|