yakilee commited on
Commit
fd2bd94
·
1 Parent(s): a7c0c28

Add application file

Browse files
Files changed (2) hide show
  1. app.py +0 -0
  2. requirements.txt +9 -0
app.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ numpy==1.24.4
2
+ Pillow==10.3.0
3
+ Requests==2.31.0
4
+ torch
5
+ torchvision
6
+ git+https://github.com/huggingface/transformers.git
7
+ accelerate
8
+ qwen-vl-utils
9
+ gradio==4.44.1