JunchuanYu commited on
Commit
e0c06ae
1 Parent(s): 3efbf05

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -4,7 +4,8 @@ from huggingface_hub import hf_hub_download
4
  # repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
5
  # import os
6
  # os.system('pip install {}'.format(filepath))
7
-
 
8
 
9
  import os,glob,h5py,time
10
  import gradio as gr
 
4
  # repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
5
  # import os
6
  # os.system('pip install {}'.format(filepath))
7
+ import os
8
+ os.system('pip install -e ./lib')
9
 
10
  import os,glob,h5py,time
11
  import gradio as gr