faishaltm commited on
Commit
679c764
·
1 Parent(s): 067220b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
- import pathlib
7
- temp = pathlib.PosixPath
8
- pathlib.PosixPath = pathlib.WindowsPath
9
 
10
  learn = load_learner('model.pkl')
11
 
 
3
 
4
  def is_cat(x): return x[0].isupper()
5
 
6
+ # import pathlib
7
+ # temp = pathlib.PosixPath
8
+ # pathlib.PosixPath = pathlib.WindowsPath
9
 
10
  learn = load_learner('model.pkl')
11