Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
openai
|
2 |
-
gradio
|
3 |
-
python-dotenv
|
|
|
1 |
+
openai>=1.0.0
|
2 |
+
gradio>=3.39
|
3 |
+
python-dotenv
|