EvanMarie commited on
Commit
1e6dcf6
·
1 Parent(s): ceacbbe

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
  learner_madness = load_learner('madness.pkl')
5
- categories = ['Deimos', 'The Auditor', 'Hank', "Jeb", 'Sanford', 'Tricky']
6
 
7
  def classify_madness(img):
8
  prediction, index, probability = learner_madness.predict(img)
 
2
  import gradio as gr
3
 
4
  learner_madness = load_learner('madness.pkl')
5
+ categories = ['The Auditor', 'Deimos', 'Hank', "Jeb", 'Sanford', 'Tricky']
6
 
7
  def classify_madness(img):
8
  prediction, index, probability = learner_madness.predict(img)