Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def guessanImage(model, image):
|
|
15 |
description = imgclassifier(image)
|
16 |
return description
|
17 |
|
18 |
-
def guessanAge(model,
|
19 |
imgclassifier = pipeline("image-classification", model=model)
|
20 |
if image is not None:
|
21 |
description = imgclassifier(image)
|
|
|
15 |
description = imgclassifier(image)
|
16 |
return description
|
17 |
|
18 |
+
def guessanAge(model, image):
|
19 |
imgclassifier = pipeline("image-classification", model=model)
|
20 |
if image is not None:
|
21 |
description = imgclassifier(image)
|