Spaces:
Sleeping
Sleeping
yvesnewman
commited on
Commit
•
096774b
1
Parent(s):
9233ba5
Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
# cell
|
7 |
-
learn = load_learner('
|
8 |
|
9 |
# cell
|
10 |
categories = ['Cat', 'Dog']
|
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
# cell
|
7 |
+
learn = load_learner('model2.pkl')
|
8 |
|
9 |
# cell
|
10 |
categories = ['Cat', 'Dog']
|