joao-dutra commited on
Commit
8210e48
·
verified ·
1 Parent(s): ae3c381

ajuste teste com o modelo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return analysis_results, corrosion_vis_rgb
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):