Spaces:
Sleeping
Sleeping
Commit
·
8321645
1
Parent(s):
6ffed6b
updating resnet model
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 = ("anna's", 'green-crowned', 'marvelous spatuletail', 'ruby-throated', 'violetear')
|
|
|
|
| 4 |
# def is_cat(x): return x[0].isupper()
|
| 5 |
|
| 6 |
# Cell
|
| 7 |
+
learn = load_learner('resnet101model_2.pkl')
|
| 8 |
|
| 9 |
# Cell
|
| 10 |
categories = ("anna's", 'green-crowned', 'marvelous spatuletail', 'ruby-throated', 'violetear')
|