CloudAnts commited on
Commit
9679db6
·
1 Parent(s): 2b71672
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -208,6 +208,7 @@ def process_image():
208
  cv2.imwrite(output_image_path, image)
209
  print(f"Annotated image saved at {output_image_path}")
210
  counter += 1
 
211
 
212
  @app.route('/download_csv/<filename>')
213
  def download_csv(filename):
 
208
  cv2.imwrite(output_image_path, image)
209
  print(f"Annotated image saved at {output_image_path}")
210
  counter += 1
211
+ return output_image_path, output_csv_path
212
 
213
  @app.route('/download_csv/<filename>')
214
  def download_csv(filename):