Spaces:
Sleeping
Sleeping
Diwakar Basnet commited on
Commit ·
51dba8b
1
Parent(s): a656a75
Updated requirements
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
gradio
|
|
|
|
|
|
|
|
|
|
| 2 |
numpy
|
| 3 |
pillow
|
| 4 |
-
pinecone
|
| 5 |
-
pydantic>=2.13.3
|
| 6 |
-
pydantic-settings>=2.14.0
|
| 7 |
torch
|
| 8 |
torchvision
|
| 9 |
tqdm>=4.67.3
|
| 10 |
-
uuid
|
| 11 |
huggingface_hub
|
|
|
|
| 1 |
+
gradio[oauth,mcp]==6.13.0
|
| 2 |
+
pydantic>=2.11.10,<=2.12.5
|
| 3 |
+
pydantic-settings>=2.7.0
|
| 4 |
+
pinecone-client
|
| 5 |
numpy
|
| 6 |
pillow
|
|
|
|
|
|
|
|
|
|
| 7 |
torch
|
| 8 |
torchvision
|
| 9 |
tqdm>=4.67.3
|
|
|
|
| 10 |
huggingface_hub
|