Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
byaldi
|
| 3 |
+
qwen-vl-utils
|
| 4 |
+
numpy==1.24.4
|
| 5 |
+
Pillow==10.3.0
|
| 6 |
+
Requests==2.31.0
|
| 7 |
+
torch
|
| 8 |
+
torchvision
|
| 9 |
+
git+https://github.com/huggingface/transformers.git
|
| 10 |
+
accelerate
|