Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def predict_image(img, confidence_threshold):
|
|
192 |
"Swin/SDXL-FLUX": label_4,
|
193 |
"GOAT": label_5
|
194 |
}
|
195 |
-
combined_outputs =
|
196 |
return img_pil, combined_outputs
|
197 |
|
198 |
# Define a function to generate the HTML content
|
|
|
192 |
"Swin/SDXL-FLUX": label_4,
|
193 |
"GOAT": label_5
|
194 |
}
|
195 |
+
combined_outputs = [ result_1output, result_2output, result_3output, result_4output, result_5output ]
|
196 |
return img_pil, combined_outputs
|
197 |
|
198 |
# Define a function to generate the HTML content
|