NaderAfshar commited on
Commit ·
1c0c925
1
Parent(s): 2f9815a
upgraded gradio package
Browse files- packages.txt +0 -8
- requirements.txt +2 -1
packages.txt
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
git
|
| 2 |
-
git-lfs
|
| 3 |
-
ffmpeg
|
| 4 |
-
libsm6
|
| 5 |
-
libxext6
|
| 6 |
-
cmake
|
| 7 |
-
rsync
|
| 8 |
-
libgl1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ langchain-experimental==0.3.3 # For experimental LangChain features
|
|
| 7 |
cohere==5.13.3 # Cohere LLM
|
| 8 |
langchain-cohere==0.3.3 # Cohere extensions for langchain
|
| 9 |
python-multipart==0.0.6 # For file upload handling in FastAPI
|
| 10 |
-
gradio
|
|
|
|
|
|
| 7 |
cohere==5.13.3 # Cohere LLM
|
| 8 |
langchain-cohere==0.3.3 # Cohere extensions for langchain
|
| 9 |
python-multipart==0.0.6 # For file upload handling in FastAPI
|
| 10 |
+
gradio
|
| 11 |
+
#gradio==3.13.0
|