Spaces:
Running
Running
JunchuanYu
commited on
Commit
•
d0ea10b
1
Parent(s):
c51cae4
Update run.py
Browse files
run.py
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
|
2 |
-
# filepath = hf_hub_download(
|
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 |
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
|
12 |
from PIL import Image
|
13 |
import numpy as np
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
import os
|
3 |
filepath='./lib/geoai_GDAL-3.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl'
|
4 |
os.system('pip install {}'.format(filepath))
|
5 |
|
6 |
+
import os,glob,h5py,time,sys
|
7 |
import gradio as gr
|
8 |
from PIL import Image
|
9 |
import numpy as np
|