DeF0017 commited on
Commit
571639e
1 Parent(s): 76d8c35

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -12
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- gradio
2
- spaces
3
- qwen_vl_utils
4
- transformers
5
- torch
6
- pillow
7
- numpy
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