Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
nibabel
|
| 3 |
+
torch
|
| 4 |
+
torchvision # Often needed alongside torch
|
| 5 |
+
numpy
|
| 6 |
+
matplotlib
|
| 7 |
+
opencv-python
|
| 8 |
+
plotly
|
| 9 |
+
tqdm
|
| 10 |
+
pillow
|
| 11 |
+
json5 # If you're working with JSON data, this ensures broader compatibility
|