Spaces:
Runtime error
Runtime error
Fix runtime: use empty Space requirements, move train deps to requirements-train.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,2 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
nibabel
|
| 4 |
-
timm
|
| 5 |
-
einops
|
| 6 |
-
tensorboardX
|
| 7 |
-
scikit-learn
|
| 8 |
-
pandas
|
| 9 |
-
scipy
|
| 10 |
-
tqdm
|
|
|
|
| 1 |
+
# Space runtime: Gradio is pre-installed by Hugging Face (see README sdk_version).
|
| 2 |
+
# Training/eval dependencies are listed in requirements-train.txt for local use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|