Hev832 commited on
Commit
146d122
·
verified ·
1 Parent(s): 01b4eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
  model = ResNet50(weights='imagenet')
10
 
11
 
12
- chameleon = load_img("example_1.jpeg", output_type="pil")
13
 
14
 
15
  def classify_image(img):
 
9
  model = ResNet50(weights='imagenet')
10
 
11
 
12
+ #chameleon = load_img("example_1.jpeg", output_type="pil")
13
 
14
 
15
  def classify_image(img):