Egrt commited on
Commit
82c69fc
1 Parent(s): 2eddaa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ 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
- os.system('pip install requirements.txt')
15
  from zipfile import ZipFile
16
  from gis import GIS
17
  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
  from zipfile import ZipFile
15
  from gis import GIS
16
  gis = GIS()