Spaces:
Sleeping
Sleeping
[FIX]correct cattegories
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
-
categories = ('
|
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 |
|