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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,5 +1,6 @@
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
 
1
  transformers # Hugging Face Transformers library for Qwen2-VL model
2
  torch # PyTorch for model inference
3
+ torchvision
4
  gradio # Gradio for web UI deployment
5
  qwen_vl_utils # Utility package for Qwen-VL models (custom, may need local installation)
6
  Pillow # For image processing