Update requirements.txt
Browse files- 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 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
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
|