Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'examples'
|
|
| 3 |
from fastai.vision.all import *
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
learn = load_learner('export(3).pkl')
|
| 7 |
|
| 8 |
categories = ('Dog Destroying Stuff','Neutral')
|
| 9 |
def classify_image(img):
|
|
|
|
| 3 |
from fastai.vision.all import *
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
learn = load_learner('export (3).pkl')
|
| 7 |
|
| 8 |
categories = ('Dog Destroying Stuff','Neutral')
|
| 9 |
def classify_image(img):
|