sricog commited on
Commit
c6d2e33
·
1 Parent(s): 54e838f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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