DeF0017 commited on
Commit
579a712
1 Parent(s): 571639e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,7 +1,7 @@
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
 
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