Spaces:
Runtime error
Runtime error
Add openai to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ torchvision==0.14.1
|
|
3 |
xformers==0.0.16
|
4 |
omegaconf==2.1.1
|
5 |
albumentations==1.3.0
|
|
|
6 |
opencv-python
|
7 |
imageio==2.9.0
|
8 |
imageio-ffmpeg==0.4.2
|
|
|
3 |
xformers==0.0.16
|
4 |
omegaconf==2.1.1
|
5 |
albumentations==1.3.0
|
6 |
+
openai==0.27.0
|
7 |
opencv-python
|
8 |
imageio==2.9.0
|
9 |
imageio-ffmpeg==0.4.2
|