Quake24 commited on
Commit
1cf582b
·
1 Parent(s): 014abfb

[FIX]correct cattegories

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
- categories = ('Vincent_van_Gogh', 'Leonardo_da_Vinci')
5
  learn = load_learner('painter.pkl')
6
 
7
 
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
+ categories = ('Leonardo_da_Vinci', 'Vincent_van_Gogh')
5
  learn = load_learner('painter.pkl')
6
 
7