gokaygokay commited on
Commit
27fa594
·
verified ·
1 Parent(s): 06a2937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ["samples/img1.jpg", 9.0],
59
- ["samples/img2.jpg", 7.0],
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