Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def apply_filter(img, filters):
|
|
38 |
np.maximum(newimage, image_filter, newimage)
|
39 |
return newimage
|
40 |
|
41 |
-
def greet(image, in_contrast=1, in_brightness=
|
42 |
in_contrast = float(in_contrast)
|
43 |
in_brightness = float(in_brightness)
|
44 |
# contrast [1.0-3.0]
|
|
|
38 |
np.maximum(newimage, image_filter, newimage)
|
39 |
return newimage
|
40 |
|
41 |
+
def greet(image, in_contrast=1.15, in_brightness=20):
|
42 |
in_contrast = float(in_contrast)
|
43 |
in_brightness = float(in_brightness)
|
44 |
# contrast [1.0-3.0]
|