Spaces:
Sleeping
Sleeping
Rajesh Betkiker
commited on
Commit
·
56b1ab4
1
Parent(s):
27a732e
add gradio package
Browse files- pyproject.toml +1 -0
- requirements.txt +1 -1
pyproject.toml
CHANGED
@@ -6,6 +6,7 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
|
|
9 |
"fastmcp",
|
10 |
"python-dotenv",
|
11 |
]
|
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
9 |
+
"gradio[mcp]",
|
10 |
"fastmcp",
|
11 |
"python-dotenv",
|
12 |
]
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
huggingface_hub
|
2 |
-
mcp
|
3 |
fastmcp
|
4 |
python-dotenv
|
|
|
1 |
huggingface_hub
|
2 |
+
gradio[mcp]
|
3 |
fastmcp
|
4 |
python-dotenv
|