Egrt commited on
Commit
8a2be65
·
1 Parent(s): c4b21c9

Update app.py

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