Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
numpy==1.24.4
|
2 |
-
Pillow
|
|
|
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
|
|
|
1 |
numpy==1.24.4
|
2 |
+
Pillow
|
3 |
+
pillow-avif-plugin
|
4 |
Requests==2.31.0
|
5 |
gradio==3.28.3 # Update version if necessary to match your needs
|
6 |
openai # Correct name for the OpenAI Python library
|