Spaces:
Sleeping
Sleeping
ajuste teste com o modelo
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def process_image_bytes(img_bytes: bytes):
|
|
| 116 |
"corrosion_image": to_data_uri(corrosion_vis_rgb),
|
| 117 |
}
|
| 118 |
|
| 119 |
-
|
| 120 |
|
| 121 |
|
| 122 |
def analyze_and_persist(img_bytes: bytes, logical_name: str):
|
|
|
|
| 116 |
"corrosion_image": to_data_uri(corrosion_vis_rgb),
|
| 117 |
}
|
| 118 |
|
| 119 |
+
return analysis_results, corrosion_vis_rgb
|
| 120 |
|
| 121 |
|
| 122 |
def analyze_and_persist(img_bytes: bytes, logical_name: str):
|