Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
Pillow
|
3 |
+
xformers
|
4 |
+
tqdm
|
5 |
+
numpy
|
6 |
+
pandas
|
7 |
+
torchvision
|
8 |
+
scikit-learn
|
9 |
+
geopandas
|
10 |
+
shapely
|
11 |
+
matplotlib
|