Spaces:
Runtime error
Runtime error
leticiapedrosa
commited on
Commit
•
450eded
1
Parent(s):
9b7c3de
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from fastcore.all import *
|
|
2 |
from fastai.vision.all import *
|
3 |
import gradio as gr
|
4 |
|
5 |
-
learn = load_learner('
|
6 |
|
7 |
categories = ('jellyfish','undersea')
|
8 |
def classify_image(img):
|
|
|
2 |
from fastai.vision.all import *
|
3 |
import gradio as gr
|
4 |
|
5 |
+
learn = load_learner('content/model.pkl')
|
6 |
|
7 |
categories = ('jellyfish','undersea')
|
8 |
def classify_image(img):
|