Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -22
requirements.txt
CHANGED
@@ -1,23 +1,2 @@
|
|
1 |
-
# Core dependencies
|
2 |
-
gradio>=4.0.0
|
3 |
-
gradio-client>=0.8.0
|
4 |
|
5 |
-
|
6 |
-
numpy>=1.24.0
|
7 |
-
Pillow>=10.0.0
|
8 |
-
opencv-python>=4.8.0
|
9 |
-
|
10 |
-
# Deep learning
|
11 |
-
torch>=2.0.0
|
12 |
-
torchaudio>=2.0.0
|
13 |
-
diffusers>=0.25.0
|
14 |
-
transformers>=4.35.0
|
15 |
-
accelerate>=0.25.0
|
16 |
-
|
17 |
-
# Additional ML utilities
|
18 |
-
einops>=0.7.0
|
19 |
-
scipy>=1.10.0
|
20 |
-
huggingface-hub>=0.19.0
|
21 |
-
|
22 |
-
# Optional but recommended
|
23 |
-
spaces>=0.19.0 # For Hugging Face Spaces GPU support
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|