Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from fastbook import *
|
2 |
import gradio as gr
|
3 |
## lets load the model
|
4 |
-
|
5 |
-
|
6 |
|
7 |
|
8 |
def bear_classifier(image):
|
|
|
1 |
from fastbook import *
|
2 |
import gradio as gr
|
3 |
## lets load the model
|
4 |
+
learn_inf = load_learner('bear_classifier_cat')
|
5 |
+
|
6 |
|
7 |
|
8 |
def bear_classifier(image):
|