Sylvain Filoni's picture

Sylvain Filoni

fffiloni

AI & ML interests

ML for Animation • Alumni Arts Déco Paris • PSL

Recent Activity

updated a Space about 2 hours ago
fffiloni/SkyReels-V2
published a Space about 4 hours ago
fffiloni/SkyReels-V2
upvoted a collection 1 day ago
SkyReels-V2
View all activity

Organizations

Notebooks-explorers's profile picture AI FILMS's profile picture Prodia Labs's profile picture Hugging Face Fellows's profile picture Nanomenta ML's profile picture temp-org's profile picture Blog-explorers's profile picture huggingPartyParis's profile picture The Collectionists's profile picture ZeroGPU Explorers's profile picture Workshop ENSAD DG's profile picture Gradio Templates's profile picture ENSAD DO's profile picture INNOVA AI's profile picture Social Post Explorers's profile picture Top Contributors: Space Likes's profile picture Top Contributors: Profile Followers's profile picture Telescope Optique Unterlinden's profile picture Dev Mode Explorers's profile picture Nerdy Face's profile picture

fffiloni's activity

upvoted 2 articles 1 day ago
view article
Article

How to Build an MCP Server with Gradio

62
view article
Article

Open R1: How to use OlympicCoder locally for coding?

58
reacted to abidlabs's post with 🔥 1 day ago
view post
Post
2691
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 🤯
New activity in fffiloni/PSHuman 3 days ago

Please re-start your space

6
6
#5 opened about 1 month ago by
Vividsand