CourserLi commited on
Commit
9da6afc
·
1 Parent(s): dbf1533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -11,11 +11,6 @@ import gradio as gr
11
  def is_cat(x):
12
  return x[0].isupper()
13
 
14
- # %% app.ipynb 4
15
- import pathlib
16
- temp = pathlib.PosixPath
17
- pathlib.PosixPath = pathlib.WindowsPath
18
-
19
  learn = load_learner('model.pkl')
20
 
21
  # %% app.ipynb 5
 
11
  def is_cat(x):
12
  return x[0].isupper()
13
 
 
 
 
 
 
14
  learn = load_learner('model.pkl')
15
 
16
  # %% app.ipynb 5