Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio==5.46.1
|
| 2 |
-
openai
|
| 3 |
-
websockets>=
|
| 4 |
-
uvicorn
|
| 5 |
fastapi>=0.115.2
|
|
|
|
| 1 |
gradio==5.46.1
|
| 2 |
+
openai>=1.44.1
|
| 3 |
+
websockets>=12.0
|
| 4 |
+
uvicorn>=0.30.1
|
| 5 |
fastapi>=0.115.2
|