Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.0.2
|
| 2 |
+
requests>=2.28.0
|
| 3 |
+
Pillow>=9.0.0
|
| 4 |
+
python-dotenv>=1.0.0
|
| 5 |
+
numpy>=1.22.0
|
| 6 |
+
tqdm>=4.65.0
|
| 7 |
+
openai
|