Update app.py
Browse files
app.py
CHANGED
|
@@ -173,10 +173,10 @@ def predict_image(img, confidence_threshold):
|
|
| 173 |
try:
|
| 174 |
img_bytes = convert_pil_to_bytes(img_pil)
|
| 175 |
|
| 176 |
-
print(img)
|
| 177 |
-
print(img_bytes)
|
| 178 |
|
| 179 |
-
response5_raw = call_inference(
|
| 180 |
print(response5_raw)
|
| 181 |
response5 = response5_raw
|
| 182 |
print(response5)
|
|
|
|
| 173 |
try:
|
| 174 |
img_bytes = convert_pil_to_bytes(img_pil)
|
| 175 |
|
| 176 |
+
# print(img)
|
| 177 |
+
# print(img_bytes)
|
| 178 |
|
| 179 |
+
response5_raw = call_inference(img)
|
| 180 |
print(response5_raw)
|
| 181 |
response5 = response5_raw
|
| 182 |
print(response5)
|