Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -1,24 +1,20 @@
|
|
| 1 |
-
#
|
| 2 |
-
gradio
|
| 3 |
fastapi
|
| 4 |
-
uvicorn
|
| 5 |
python-multipart
|
| 6 |
|
| 7 |
-
#
|
| 8 |
transformers
|
| 9 |
huggingface_hub
|
| 10 |
|
| 11 |
-
# PyTorch CPU
|
| 12 |
--index-url https://download.pytorch.org/whl/cpu
|
| 13 |
torch
|
| 14 |
torchvision
|
| 15 |
torchaudio
|
| 16 |
|
| 17 |
-
#
|
| 18 |
Pillow
|
| 19 |
numpy
|
| 20 |
-
tqdm
|
| 21 |
-
|
| 22 |
-
# Agar aur kuch chahiye to yahan add kar sakte ho (heavy mat daalna abhi)
|
| 23 |
-
# opencv-python-headless
|
| 24 |
-
# scipy
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
gradio
|
| 3 |
fastapi
|
| 4 |
+
uvicorn[standard]
|
| 5 |
python-multipart
|
| 6 |
|
| 7 |
+
# ML
|
| 8 |
transformers
|
| 9 |
huggingface_hub
|
| 10 |
|
| 11 |
+
# PyTorch CPU only (safe for free tier)
|
| 12 |
--index-url https://download.pytorch.org/whl/cpu
|
| 13 |
torch
|
| 14 |
torchvision
|
| 15 |
torchaudio
|
| 16 |
|
| 17 |
+
# Utilities
|
| 18 |
Pillow
|
| 19 |
numpy
|
| 20 |
+
tqdm
|
|
|
|
|
|
|
|
|
|
|
|