Kiran Lonikar

lonikar
·

AI & ML interests

NLP, vision, speech

Recent Activity

Organizations

Hugging Face MCP Course's profile picture

lonikar's activity

upvoted an article 2 days ago
view article
Article

The Annotated Diffusion Model

By nielsr and 1 other
218
reacted to abidlabs's post with ❤️ about 1 month ago
view post
Post
4949
HOW TO ADD MCP SUPPORT TO ANY 🤗 SPACE

Gradio now supports MCP! If you want to convert an existing Space, like this one 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:

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 an article 2 months ago
view article
Article

Welcome Llama 4 Maverick & Scout on Hugging Face!

By burtenshaw and 6 others
145