rafaym commited on
Commit
4dc7d59
·
1 Parent(s): 7d6f63f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  #is_black(x) : return x[0].isupper()
6
 
7
- def input_img(img)
8
  learn=load_learner('model.pkl')
9
  race,_,probs = learn.predict(PILImage.create(img))
10
  print(f"This is a: {race}.")
 
4
 
5
  #is_black(x) : return x[0].isupper()
6
 
7
+ def input_img(img):
8
  learn=load_learner('model.pkl')
9
  race,_,probs = learn.predict(PILImage.create(img))
10
  print(f"This is a: {race}.")