andy-wyx commited on
Commit
7e7fba0
·
1 Parent(s): 35d2da8

increase brightness of image shown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def increase_brightness(img, value=30):
256
  return img_bright
257
  def update_display(image):
258
  original_image = image
259
- processed_image = preprocess_image(increase_brightness(image,value=50))
260
  instruction = "Image ready. Please switch to the 'Specimen Workbench' tab to check out further analysis and outputs."
261
  model_name = "Fossils 142"
262
 
 
256
  return img_bright
257
  def update_display(image):
258
  original_image = image
259
+ processed_image = preprocess_image(image)
260
  instruction = "Image ready. Please switch to the 'Specimen Workbench' tab to check out further analysis and outputs."
261
  model_name = "Fossils 142"
262