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