osbm commited on
Commit
c3fc582
·
verified ·
1 Parent(s): f2c95e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def process_slide(slide_path):
81
 
82
  thumbnail = slide.get_thumbnail((512, 512))
83
 
84
- image = expand2square(thumbnail)
85
 
86
  return process_image(image)
87
 
 
81
 
82
  thumbnail = slide.get_thumbnail((512, 512))
83
 
84
+ image = expand2square(thumbnail, "white")
85
 
86
  return process_image(image)
87