Add amd-hackathon-2026 tag for discoverability
Browse files
README.md
CHANGED
|
@@ -5,11 +5,17 @@ colorFrom: red
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.14.0
|
| 8 |
-
python_version:
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
short_description: ASD detection from brain connectivity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.14.0
|
| 8 |
+
python_version: "3.13"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
short_description: ASD detection from brain connectivity
|
| 13 |
+
tags:
|
| 14 |
+
- amd
|
| 15 |
+
- amd-hackathon-2026
|
| 16 |
+
- medical-ai
|
| 17 |
+
- brain-connectivity
|
| 18 |
+
- gradio
|
| 19 |
---
|
| 20 |
|
| 21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|