zhuguangbin86
commited on
Commit
·
7db68ac
1
Parent(s):
4950385
add openai requirement
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
gradio==4.3.0
|
|
|
2 |
requests==2.31.0
|
3 |
Pillow==10.0.1
|
|
|
1 |
gradio==4.3.0
|
2 |
+
openai==1.2.4
|
3 |
requests==2.31.0
|
4 |
Pillow==10.0.1
|