Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
Jovan Davidovic
PRO
Kaiwan
Follow
Ranjithkumar19's profile picture
1 follower
·
19 following
xepoctpat
AI & ML interests
Many. Mainly philosophical and social. However, technical as well.
Recent Activity
reacted
to
abidlabs
's
post
with ❤️
3 days ago
HOW TO ADD MCP SUPPORT TO ANY 🤗 SPACE Gradio now supports MCP! If you want to convert an existing Space, like this one https://huggingface.co/spaces/hexgrad/Kokoro-TTS, so that you can use it with Claude Desktop / Cursor / Cline / TinyAgents / or any LLM that supports MCP, here's all you need to do: 1. Duplicate the Space (in the Settings Tab) 2. Upgrade the Gradio `sdk_version` to `5.28` (in the `README.md`) 3. Set `mcp_server=True` in `launch()` 4. (Optionally) add docstrings to the function so that the LLM knows how to use it, like this: ```py def generate(text, speed=1): """ Convert text to speech audio. Parameters: text (str): The input text to be converted to speech. speed (float, optional): Playback speed of the generated speech. ``` That's it! Now your LLM will be able to talk to you 🤯
upvoted
a
collection
4 months ago
Llama 3.3
updated
a model
over 1 year ago
Kaiwan/hexperiment
View all activity
Organizations
None yet
models
1
Kaiwan/hexperiment
Updated
Dec 3, 2023
datasets
0
None public yet