Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
gradio
|
4 |
qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
|
5 |
-
Pillow
|
6 |
-
numpy
|
7 |
-
spaces
|
|
|
1 |
+
transformers # Hugging Face Transformers library for Qwen2-VL model
|
2 |
+
torch # PyTorch for model inference
|
3 |
+
gradio # Gradio for web UI deployment
|
4 |
qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
|
5 |
+
Pillow # For image processing
|
6 |
+
numpy # NumPy for numerical operations
|
7 |
+
spaces # Hugging Face Spaces integration for deployment
|