JunchuanYu commited on
Commit
de7d728
1 Parent(s): 5bb1c1a

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -4,7 +4,8 @@
4
  # import os
5
  # os.system('pip install {}'.format(filepath))
6
  import os
7
- os.system('pip install -e ./lib')
 
8
 
9
  import os,glob,h5py,time
10
  import gradio as gr
 
4
  # import os
5
  # os.system('pip install {}'.format(filepath))
6
  import os
7
+ filepath='./lib/geoai_GDAL-3.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl'
8
+ os.system('pip install {}'.format(filepath))
9
 
10
  import os,glob,h5py,time
11
  import gradio as gr