JunchuanYu commited on
Commit
b6d231f
1 Parent(s): 3e8ed69

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -3,8 +3,8 @@
3
  # repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
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
 
3
  # repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
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