SUMANA SUMANAKUL (ING)
commited on
Commit
·
b49116e
1
Parent(s):
0baf568
fix requirements
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface_hub==0.
|
2 |
langchain-core
|
3 |
langchain-openai
|
4 |
langchain-google-genai
|
@@ -11,5 +11,4 @@ openai
|
|
11 |
langfuse==3.1.0
|
12 |
langsmith
|
13 |
sentence-transformers
|
14 |
-
gradio==
|
15 |
-
gradio-client==1.10.4
|
|
|
1 |
+
huggingface_hub==0.23.0
|
2 |
langchain-core
|
3 |
langchain-openai
|
4 |
langchain-google-genai
|
|
|
11 |
langfuse==3.1.0
|
12 |
langsmith
|
13 |
sentence-transformers
|
14 |
+
gradio==4.31.0
|
|