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