Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate>=1.3.0
|
| 2 |
+
gradio>=5.13.2
|
| 3 |
+
hf-transfer>=0.1.9
|
| 4 |
+
opencv-python-headless>=4.9.0
|
| 5 |
+
setuptools>=75.8.0
|
| 6 |
+
spaces>=0.32.0
|
| 7 |
+
supervision>=0.25.1
|
| 8 |
+
torch==2.4.0
|
| 9 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|