Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.10.2
|
2 |
+
gradio==2.2.10
|
3 |
+
torch==1.10.1
|
4 |
+
torchvision==0.11.2
|
5 |
+
Pillow==8.4.0
|
6 |
+
numpy==1.19.5
|
7 |
+
requests==2.26.0
|