Spaces:
Running
Running
Commit
·
6796fdc
1
Parent(s):
f6c501b
Upd req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -13,7 +13,8 @@ sentencepiece
|
|
13 |
python-dotenv # Not used in Streamlit deployment
|
14 |
pymongo
|
15 |
# **VLMs**
|
16 |
-
transformers
|
|
|
17 |
pillow
|
18 |
# **Deployment**
|
19 |
uvicorn
|
|
|
13 |
python-dotenv # Not used in Streamlit deployment
|
14 |
pymongo
|
15 |
# **VLMs**
|
16 |
+
# transformers
|
17 |
+
gradio_client
|
18 |
pillow
|
19 |
# **Deployment**
|
20 |
uvicorn
|