Spaces:
Runtime error
Runtime error
Caleb O'Leary commited on
Commit ·
2a26551
1
Parent(s): 3e0ea48
rearrange
Browse files
app.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from fastai.vision.all import *
|
| 3 |
|
| 4 |
-
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 5 |
|
| 6 |
learn = load_learner('model.pkl')
|
| 7 |
|
|
|
|
| 1 |
+
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 2 |
+
|
| 3 |
+
|
| 4 |
import gradio as gr
|
| 5 |
from fastai.vision.all import *
|
| 6 |
|
|
|
|
| 7 |
|
| 8 |
learn = load_learner('model.pkl')
|
| 9 |
|