Spaces:
Running
on
Zero
Running
on
Zero
Martin Tomov
commited on
revert to prev -v
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ def process_image(image, include_json, include_raw):
|
|
212 |
output3 = original_image
|
213 |
output4 = detections
|
214 |
|
215 |
-
return output3, output4
|
216 |
|
217 |
examples = [
|
218 |
["flower-night.jpg"]
|
|
|
212 |
output3 = original_image
|
213 |
output4 = detections
|
214 |
|
215 |
+
return output1, output2, output3, output4
|
216 |
|
217 |
examples = [
|
218 |
["flower-night.jpg"]
|