Spaces:
Sleeping
Sleeping
mohakkapoor4
commited on
Commit
·
4f0c49b
1
Parent(s):
81a0ea3
add torch/torchvision and runtime deps
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
|
@@ -1,17 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
# Computer Vision
|
| 6 |
opencv-python>=4.8.0
|
| 7 |
Pillow>=9.0.0
|
| 8 |
-
|
| 9 |
-
# CAPTCHA Generation
|
| 10 |
captcha>=0.4.0
|
| 11 |
-
|
| 12 |
-
# Data Processing
|
| 13 |
numpy>=1.21.0
|
| 14 |
pandas>=1.3.0
|
| 15 |
-
|
| 16 |
-
# Visualization and Plotting
|
| 17 |
matplotlib>=3.5.0
|
|
|
|
|
|
| 1 |
+
gradio==5.43.1
|
| 2 |
+
torch==2.3.1
|
| 3 |
+
torchvision==0.18.1
|
|
|
|
|
|
|
| 4 |
opencv-python>=4.8.0
|
| 5 |
Pillow>=9.0.0
|
|
|
|
|
|
|
| 6 |
captcha>=0.4.0
|
|
|
|
|
|
|
| 7 |
numpy>=1.21.0
|
| 8 |
pandas>=1.3.0
|
|
|
|
|
|
|
| 9 |
matplotlib>=3.5.0
|
| 10 |
+
huggingface_hub>=0.24.0
|