Daniel-Sousa commited on
Commit
f30b615
1 Parent(s): 120845c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from fastai.vision.all import *
2
  import gradio as gr
3
 
4
  learn = load_learner('model.pkl')
5
- categories = ('Sonic the Hedgehog', 'Doutor Eggman')
6
 
7
  def predict(img):
8
  pred,pred_idx,probs = learn.predict(img)
 
2
  import gradio as gr
3
 
4
  learn = load_learner('model.pkl')
5
+ categories = ('Doutor Eggman', 'Sonic the Hedgehog')
6
 
7
  def predict(img):
8
  pred,pred_idx,probs = learn.predict(img)