Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests==2.28.1
|
2 |
+
gradio==3.38.0
|
3 |
+
openai==0.28
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
httpx==0.21.1
|
6 |
+
httpcore==0.14.7
|