hf-pr-agent / README.md
Gianpaolo Macario
fix: uncomment base_path in README.md for clarity
103a972
---
title: Hugging Face MCP Course - Unit 3.1
emoji: πŸ‘€
colorFrom: purple
colorTo: yellow
python_version: 3.11
sdk: gradio
sdk_version: 5.34.2
app_file: app.py
pinned: false
base_path: /gradio
---
<!-- # HF Tagging Bot -->
This is a bot that tags HuggingFace models when they are mentioned in discussions.
## How it works
1. The bot listens to discussions on the HuggingFace Hub
2. When a discussion is created, the bot checks for tag mentions in the comment
3. If a tag is mentioned, the bot adds the tag to the model repository via a PR.
<!-- EOF -->