Ryu-m0m commited on
Commit
baf85d9
·
verified ·
1 Parent(s): 499f8ce

update pathlib

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import pickle
8
 
9
  import pathlib
10
  plt = platform.system()
11
- if plt == 'Windows': pathlib.PosixPath = pathlib.WindowsPath
12
 
13
  header = st.container()
14
  inference = st.container()
 
8
 
9
  import pathlib
10
  plt = platform.system()
11
+ if plt == 'Windows': pathlib.WindowsPath = pathlib.PosixPath
12
 
13
  header = st.container()
14
  inference = st.container()