cyberandy commited on
Commit
ab46a3f
·
verified ·
1 Parent(s): a2d1710

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,8 +1,12 @@
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
 
 
 
 
 
1
  numpy==1.24.4
2
  Pillow==10.3.0
3
  Requests==2.31.0
4
+ gradio==3.28.3 # Update version if necessary to match your needs
5
+ openai # Correct name for the OpenAI Python library
6
+
7
+ # Uncomment if required
8
+ # torch
9
+ # torchvision
10
+ # git+https://github.com/huggingface/transformers.git
11
+ # accelerate
12
+ # qwen-vl-utils