Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
geopandas==0.13.2
|
3 |
+
leafmap==0.23.3
|
4 |
+
Pillow==10.0.0
|
5 |
+
rasterio==1.3.8
|
6 |
+
albumentations==1.3.1
|
7 |
+
segmentation-models-pytorch==0.3.3
|
8 |
+
torch==2.0.1
|
9 |
+
numpy==1.24.3
|
10 |
+
shapely==2.0.1
|
11 |
+
tqdm==4.65.0
|