Spaces:
Sleeping
Sleeping
increase brightness of image shown
Browse files
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(
|
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 |
|