Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
15
mrf345
mrf345
Follow
Berlianz's profile picture
1 follower
·
8 following
AI & ML interests
None yet
Recent Activity
liked
a model
7 days ago
Qwen/Qwen3-32B
liked
a model
7 days ago
Qwen/Qwen3-30B-A3B
reacted
to
abidlabs
's
post
with 🔥
7 days ago
Hi folks! Excited to share a new feature from the Gradio team along with a tutorial. If you don't already know, Gradio is an open-source Python library used to build interfaces for machine learning models. Beyond just creating UIs, Gradio also exposes API capabilities and now, Gradio apps can be launched Model Context Protocol (MCP) servers for LLMs. If you already know how to use Gradio, there are only two additional things you need to do: * Add standard docstrings to your function (these will be used to generate the descriptions for your tools for the LLM) * Set `mcp_server=True` in `launch()` Here's a complete example (make sure you already have the latest version of Gradio installed): ```py import gradio as gr def letter_counter(word, letter): """Count the occurrences of a specific letter in a word. Args: word: The word or phrase to analyze letter: The letter to count occurrences of Returns: The number of times the letter appears in the word """ return word.lower().count(letter.lower()) demo = gr.Interface( fn=letter_counter, inputs=["text", "text"], outputs="number", title="Letter Counter", description="Count how many times a letter appears in a word" ) demo.launch(mcp_server=True) ``` This is a very simple example, but you can add the ability to generate Ghibli images or speak emotions to any LLM that supports MCP. Once you have an MCP running locally, you can copy-paste the same app to host it on [Hugging Face Spaces](https://huggingface.co/spaces/) as well. All free and open-source of course! Full tutorial: https://www.gradio.app/guides/building-mcp-server-with-gradio
View all activity
Organizations
None yet
mrf345
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
liked
2 models
7 days ago
Qwen/Qwen3-32B
Text Generation
•
Updated
10 days ago
•
170k
•
•
285
Qwen/Qwen3-30B-A3B
Text Generation
•
Updated
9 days ago
•
120k
•
•
494
liked
a model
about 2 months ago
google/gemma-3-27b-it
Image-Text-to-Text
•
Updated
Mar 21
•
401k
•
•
1.33k
liked
6 models
2 months ago
Tesslate/UIGEN-T1.1-Qwen-14B
Text Generation
•
Updated
Feb 18
•
40
•
38
qihoo360/TinyR1-32B-Preview
Text Generation
•
Updated
22 days ago
•
5.29k
•
•
327
qihoo360/Light-R1-32B
Text Generation
•
Updated
Mar 17
•
1.16k
•
86
Wan-AI/Wan2.1-T2V-14B
Text-to-Video
•
Updated
Mar 12
•
41.6k
•
•
1.26k
Qwen/QwQ-32B
Text Generation
•
Updated
Mar 11
•
565k
•
•
2.75k
smirki/UIGEN-T1.1-Qwen-14B-GGUF
Updated
Feb 19
•
28
•
41
liked
a model
3 months ago
Qwen/Qwen2.5-Coder-32B-Instruct
Text Generation
•
Updated
Jan 12
•
169k
•
•
1.82k
liked
a Space
3 months ago
Running
6
6
Vits Web
🦀
liked
4 models
3 months ago
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
Text Generation
•
Updated
Feb 24
•
1.59M
•
•
1.36k
deepseek-ai/DeepSeek-R1
Text Generation
•
Updated
Mar 27
•
1.31M
•
•
12.1k
black-forest-labs/FLUX.1-dev
Text-to-Image
•
Updated
Aug 16, 2024
•
2.72M
•
•
10.1k
facebook/seamless-m4t-v2-large
Automatic Speech Recognition
•
Updated
Jan 4, 2024
•
67.3k
•
827