Spaces:
Sleeping
Sleeping
File size: 745 Bytes
62bd5e8 7465fd2 62bd5e8 217a432 62bd5e8 dda60f8 7465fd2 62bd5e8 758455b 7465fd2 62bd5e8 7465fd2 d0cd9ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: Unit3 HF Tagging Bot
emoji: ⚡
colorFrom: purple
colorTo: yellow
sdk: docker
app_file: app.py
app_port: 7860
pinned: true
base_path: /gradio
license: apache-2.0
short_description: A Bot that tags HuggingFace models when they are mentioned
tags:
- mcp-course
- huggingface
- pr-agent
---
# 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
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |