Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import pathlib
|
|
| 3 |
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import gradio as gr
|
| 6 |
-
temp = pathlib.PosixPath
|
| 7 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
| 8 |
learn = load_learner('BreedModel.pkl')
|
| 9 |
categories = ('Bull Terrier', 'Dobermann', 'German Shepherd')
|
| 10 |
|
|
|
|
| 3 |
|
| 4 |
from fastai.vision.all import *
|
| 5 |
import gradio as gr
|
| 6 |
+
# temp = pathlib.PosixPath
|
| 7 |
+
# pathlib.PosixPath = pathlib.WindowsPath
|
| 8 |
learn = load_learner('BreedModel.pkl')
|
| 9 |
categories = ('Bull Terrier', 'Dobermann', 'German Shepherd')
|
| 10 |
|