Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio
|
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
torch
|
4 |
torchvision
|
@@ -10,5 +11,5 @@ matplotlib
|
|
10 |
numpy
|
11 |
scipy
|
12 |
monai
|
13 |
-
|
14 |
|
|
|
1 |
gradio
|
2 |
+
git+https://github.com/FrancescoLR/MedNeXt.git
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
torch
|
5 |
torchvision
|
|
|
11 |
numpy
|
12 |
scipy
|
13 |
monai
|
14 |
+
|
15 |
|