AP123 commited on
Commit
9b84a75
β€’
1 Parent(s): 851208d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def create_cereal_box(input_image):
22
  cover_img = Image.fromarray((input_image.astype(np.uint8)))
23
 
24
  # Load the template image
25
- template_img = Image.open('CerealBoxMaker/template.jpeg') # Replace with your actual path
26
 
27
  # Simplified cereal box creation logic
28
  scaling_factor = 1.5
 
22
  cover_img = Image.fromarray((input_image.astype(np.uint8)))
23
 
24
  # Load the template image
25
+ template_img = Image.open('CerealBoxMaker/template.jpeg')
26
 
27
  # Simplified cereal box creation logic
28
  scaling_factor = 1.5