zamborg commited on
Commit
63ce95a
1 Parent(s): 70e1d6c

testing new sidebar functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -77,8 +77,7 @@ else:
77
 
78
  image = uploaded_image if uploaded_image is not None else Image.open(image_file)
79
 
80
- # caching the image:
81
- if
82
 
83
  image_dict = imageLoader.transform(image)
84
 
77
 
78
  image = uploaded_image if uploaded_image is not None else Image.open(image_file)
79
 
80
+ #cache the image
 
81
 
82
  image_dict = imageLoader.transform(image)
83