Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -19
requirements.txt
CHANGED
|
@@ -1,22 +1,6 @@
|
|
| 1 |
-
# MAE - Masked Autoencoder Requirements
|
| 2 |
-
# For Hugging Face Spaces Deployment
|
| 3 |
-
|
| 4 |
-
# Core PyTorch (CPU version for HF free tier, auto-detects GPU)
|
| 5 |
torch>=2.0.0
|
| 6 |
torchvision>=0.15.0
|
| 7 |
-
|
| 8 |
-
# Image processing
|
| 9 |
-
numpy>=1.24.0
|
| 10 |
-
pillow>=9.5.0
|
| 11 |
-
|
| 12 |
-
# Tensor operations (required for model)
|
| 13 |
-
einops>=0.6.0
|
| 14 |
-
|
| 15 |
-
# Gradio for web interface
|
| 16 |
gradio>=4.0.0
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
# Progress bars
|
| 22 |
-
tqdm>=4.65.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
torchvision>=0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
gradio>=4.0.0
|
| 4 |
+
einops>=0.7.0
|
| 5 |
+
Pillow>=10.0.0
|
| 6 |
+
numpy>=1.24.0
|
|
|
|
|
|
|
|
|