Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from huggingface_hub import hf_hub_download
|
|
11 |
filepath = hf_hub_download(repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
|
12 |
import os
|
13 |
os.system('pip install {}'.format(filepath))
|
|
|
14 |
from zipfile import ZipFile
|
15 |
from gis import GIS
|
16 |
gis = GIS()
|
|
|
11 |
filepath = hf_hub_download(repo_id="Egrt/Luuuu", filename="GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl")
|
12 |
import os
|
13 |
os.system('pip install {}'.format(filepath))
|
14 |
+
os.system('pip install requirements.txt')
|
15 |
from zipfile import ZipFile
|
16 |
from gis import GIS
|
17 |
gis = GIS()
|