Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -12
requirements.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
subprocess
|
9 |
-
threading
|
10 |
-
uuid
|
11 |
-
io
|
12 |
-
re
|
|
|
1 |
+
transformers==4.34.0 # Hugging Face Transformers library for Qwen2-VL model
|
2 |
+
torch==2.0.1 # PyTorch for model inference
|
3 |
+
gradio==3.37.0 # Gradio for web UI deployment
|
4 |
+
qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
|
5 |
+
Pillow==10.0.0 # For image processing
|
6 |
+
numpy==1.24.2 # NumPy for numerical operations
|
7 |
+
spaces==0.1.2 # Hugging Face Spaces integration for deployment
|
|
|
|
|
|
|
|
|
|