Enrique Cardoza
commited on
Commit
·
6c8c34d
1
Parent(s):
791f48e
docs(readme): add relevant tags to the project metadata
Browse files- Add mcp-server-track tag to identify the project track
- Include whisper and groq tags to highlight the technologies used
- Add transcript and api tags for better searchability
- Improve project discoverability on Hugging Face Hub with appropriate metadata
README.md
CHANGED
@@ -7,6 +7,12 @@ sdk: gradio
|
|
7 |
sdk_version: 5.33.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 5.33.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- mcp-server-track
|
12 |
+
- whisper
|
13 |
+
- groq
|
14 |
+
- transcript
|
15 |
+
- api
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|