Spaces:
Sleeping
Sleeping
Commit ·
fbc794a
1
Parent(s): 967e2fb
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
|
| 5 |
def is_cat(x): return x[0].isupper()
|
| 6 |
|
| 7 |
-
learn = load_learner('
|
| 8 |
|
| 9 |
categories = ('Dog', 'Cat')
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
def is_cat(x): return x[0].isupper()
|
| 6 |
|
| 7 |
+
learn = load_learner('model_catsdogs.pkl')
|
| 8 |
|
| 9 |
categories = ('Dog', 'Cat')
|
| 10 |
|