Egrt commited on
Commit
f004ce7
·
1 Parent(s): b1f9f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,10 +9,9 @@ FilePath: \Luuu\app.py
9
  from gis import GIS
10
  import gradio as gr
11
  import os
12
- os.system('pip list')
13
  # os.system('pip install GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl')
14
  # os.system('apt install libgl1-mesa-glx')
15
- # os.system('pip install requirements.txt')
16
  from zipfile import ZipFile
17
  gis = GIS()
18
 
 
9
  from gis import GIS
10
  import gradio as gr
11
  import os
 
12
  # os.system('pip install GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl')
13
  # os.system('apt install libgl1-mesa-glx')
14
+ os.system('pip install requirements.txt')
15
  from zipfile import ZipFile
16
  gis = GIS()
17