Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Core UI
|
| 2 |
-
gradio==
|
|
|
|
| 3 |
|
| 4 |
# OpenAI (legacy ChatCompletion/Embedding APIs used in your script)
|
| 5 |
openai==0.28.1
|
|
@@ -19,4 +20,4 @@ pydantic==2.9.2
|
|
| 19 |
python-multipart==0.0.9
|
| 20 |
|
| 21 |
# Fix for "ModuleNotFoundError: No module named 'websockets.asyncio'"
|
| 22 |
-
websockets==
|
|
|
|
| 1 |
# Core UI
|
| 2 |
+
gradio==5.46.1
|
| 3 |
+
gradio_client==1.13.1
|
| 4 |
|
| 5 |
# OpenAI (legacy ChatCompletion/Embedding APIs used in your script)
|
| 6 |
openai==0.28.1
|
|
|
|
| 20 |
python-multipart==0.0.9
|
| 21 |
|
| 22 |
# Fix for "ModuleNotFoundError: No module named 'websockets.asyncio'"
|
| 23 |
+
websockets==14
|