AP123 commited on
Commit
6dca801
·
verified ·
1 Parent(s): d1fc9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def transform_image(face_image):
41
  raise ValueError("Unsupported image format")
42
 
43
  # Load the style image from the local path
44
- style_image_path = "./examples/soyjak2.jpg"
45
  style_image = Image.open(style_image_path)
46
 
47
  # Perform the transformation using the configured pipeline
 
41
  raise ValueError("Unsupported image format")
42
 
43
  # Load the style image from the local path
44
+ style_image_path = "./examples/soyjak2.jpeg"
45
  style_image = Image.open(style_image_path)
46
 
47
  # Perform the transformation using the configured pipeline