Spaces:
Running
Running
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ def sharpen_image(input_img, alpha):
|
|
55 |
|
56 |
# Create examples list using the images from the original code
|
57 |
examples = [
|
58 |
-
["
|
59 |
-
["
|
60 |
]
|
61 |
|
62 |
# Create the Gradio interface
|
|
|
55 |
|
56 |
# Create examples list using the images from the original code
|
57 |
examples = [
|
58 |
+
["img1.jpg", 9.0],
|
59 |
+
["img2.jpg", 7.0],
|
60 |
]
|
61 |
|
62 |
# Create the Gradio interface
|