Gianpaolo Macario commited on
Commit
7c63caa
Β·
1 Parent(s): 69722f6

feat(README): update to gradio 5.34.2

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
- title: tag-a-repo bot
3
  emoji: πŸ‘€
4
  colorFrom: purple
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.31.0
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 -->