Spaces:
Sleeping
Sleeping
Gianpaolo Macario
commited on
Commit
Β·
7c63caa
1
Parent(s):
69722f6
feat(README): update to gradio 5.34.2
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
base_path: /gradio
|
11 |
---
|
12 |
|
13 |
-
# HF Tagging Bot
|
14 |
|
15 |
This is a bot that tags HuggingFace models when they are mentioned in discussions.
|
16 |
|
@@ -18,4 +18,6 @@ This is a bot that tags HuggingFace models when they are mentioned in discussion
|
|
18 |
|
19 |
1. The bot listens to discussions on the HuggingFace Hub
|
20 |
2. When a discussion is created, the bot checks for tag mentions in the comment
|
21 |
-
3. If a tag is mentioned, the bot adds the tag to the model repository via a PR
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Hugging Face MCP Course - Unit 3.1
|
3 |
emoji: π
|
4 |
colorFrom: purple
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.34.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
base_path: /gradio
|
11 |
---
|
12 |
|
13 |
+
<!-- # HF Tagging Bot -->
|
14 |
|
15 |
This is a bot that tags HuggingFace models when they are mentioned in discussions.
|
16 |
|
|
|
18 |
|
19 |
1. The bot listens to discussions on the HuggingFace Hub
|
20 |
2. When a discussion is created, the bot checks for tag mentions in the comment
|
21 |
+
3. If a tag is mentioned, the bot adds the tag to the model repository via a PR.
|
22 |
+
|
23 |
+
<!-- EOF -->
|