AvonGuptrishi commited on
Commit
fcdd69f
·
1 Parent(s): 187134e

"Updates in app.py - removed WindowsPath"

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,9 +4,9 @@
4
  __all__ = ['temp', 'learn', 'categories', 'image', 'label', 'examples', 'intf', 'is_cat', 'classify_image']
5
 
6
  # %% ../app.ipynb 2
7
- import pathlib
8
- temp = pathlib.PosixPath
9
- pathlib.PosixPath = pathlib.WindowsPath
10
 
11
  from fastai.vision.all import *
12
 
 
4
  __all__ = ['temp', 'learn', 'categories', 'image', 'label', 'examples', 'intf', 'is_cat', 'classify_image']
5
 
6
  # %% ../app.ipynb 2
7
+ # import pathlib
8
+ # temp = pathlib.PosixPath
9
+ # pathlib.PosixPath = pathlib.WindowsPath
10
 
11
  from fastai.vision.all import *
12