fix path
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
from fastbook import *
|
| 4 |
|
| 5 |
|
| 6 |
-
learn = load_learner('/
|
| 7 |
|
| 8 |
def predict(img):
|
| 9 |
categories = learn.dls.vocab
|
|
|
|
| 3 |
from fastbook import *
|
| 4 |
|
| 5 |
|
| 6 |
+
learn = load_learner('./model (1).pkl')
|
| 7 |
|
| 8 |
def predict(img):
|
| 9 |
categories = learn.dls.vocab
|