Spaces:
Running
Running
apple muncy
commited on
Commit
·
44a7d61
1
Parent(s):
36719b3
put python_version in README.md
Browse filesSigned-off-by: apple muncy <[email protected]>
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 5.31.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
base_path: /gradio
|
|
|
11 |
---
|
12 |
|
13 |
# HF Tagging Bot
|
@@ -18,4 +19,4 @@ 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
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
base_path: /gradio
|
11 |
+
python_version: 3.11.2
|
12 |
---
|
13 |
|
14 |
# HF Tagging Bot
|
|
|
19 |
|
20 |
1. The bot listens to discussions on the HuggingFace Hub
|
21 |
2. When a discussion is created, the bot checks for tag mentions in the comment
|
22 |
+
3. If a tag is mentioned, the bot adds the tag to the model repository via a PR
|