Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
numpy
|
| 4 |
-
nibabel
|
| 5 |
-
transformers
|
| 6 |
-
huggingface_hub
|
| 7 |
-
spaces
|
|
|
|
|
|
| 1 |
+
gradio==5.49.1
|
| 2 |
+
torch==2.8.0
|
| 3 |
+
numpy==2.2.6
|
| 4 |
+
nibabel==5.3.2
|
| 5 |
+
transformers==4.57.1
|
| 6 |
+
huggingface_hub==0.35.3
|
| 7 |
+
spaces==0.42.0
|
| 8 |
+
|