Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|