Spaces:
Paused
Paused
Commit ·
6bd3a70
1
Parent(s): ca41ad4
Requierements
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.27.0
|
| 2 |
+
keras==2.10.0
|
| 3 |
+
matplotlib==3.5.2
|
| 4 |
+
numpy==1.23.4
|
| 5 |
+
numpy==1.21.5
|
| 6 |
+
patchify==0.2.3
|
| 7 |
+
scikit_image==0.19.2
|
| 8 |
+
scipy==1.9.1
|
| 9 |
+
segmentation_models_3D==1.0.4
|
| 10 |
+
segmentation_models_3D==1.0.4
|
| 11 |
+
SimpleITK==2.2.0
|
| 12 |
+
SimpleITK==2.2.1
|
| 13 |
+
tensorflow==2.10.0
|
| 14 |
+
tensorflow_gpu==2.10.0
|
| 15 |
+
torch==1.12.1
|
| 16 |
+
ttictoc==0.5.6
|