Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
python -m pip install --user -U pip
|
2 |
-
GDAL_CONFIG=/path/to/gdal-config python -m pip install --user --no-binary rasterio rasterio
|
3 |
import numpy as np
|
4 |
import gradio as gr
|
5 |
from PIL import Image
|
|
|
|
|
|
|
1 |
import numpy as np
|
2 |
import gradio as gr
|
3 |
from PIL import Image
|