Spaces:
Sleeping
Sleeping
Commit ·
4fbb309
1
Parent(s): 693126c
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ __all__ = ['is_cat',"learn",'classify_image', 'categories','image','label','exam
|
|
| 3 |
# Cell
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import gradio as gr
|
| 6 |
-
def is_cat(x): return x[0].isupper()
|
| 7 |
|
| 8 |
|
| 9 |
learn = load_learner ('model.pkl')
|
|
|
|
| 3 |
# Cell
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import gradio as gr
|
| 6 |
+
# def is_cat(x): return x[0].isupper()
|
| 7 |
|
| 8 |
|
| 9 |
learn = load_learner ('model.pkl')
|