jibsn commited on
Commit
b82594b
·
verified ·
1 Parent(s): 2c7e99c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ idx_to_labels = {0:'other',1:'C',2:'O',3:'N',4:'Cl',5:'Br',6:'S',7:'F',8:'B',
20
 
21
  def image_to_numpy(image_path):
22
 
23
- image = Image.open(image_path)
24
  w, h = image.size
25
 
26
  img_array = np.array(image)
 
20
 
21
  def image_to_numpy(image_path):
22
 
23
+ # image = Image.open(image_path)
24
  w, h = image.size
25
 
26
  img_array = np.array(image)