Abrahamau commited on
Commit
5614a83
·
verified ·
1 Parent(s): 313d70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def guessanImage(model, image):
15
  description = imgclassifier(image)
16
  return description
17
 
18
- def guessanAge(model, picture):
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)