jtdearmon commited on
Commit
87e6e18
·
verified ·
1 Parent(s): 9962864

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  # Core UI
2
- gradio==4.44.0
 
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==11.0.3
 
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