ahkd commited on
Commit
aba313c
·
1 Parent(s): 59a7b85

Add template YAML frontmatter to README

Browse files

- Add YAML frontmatter with template variables for Hugging Face
- Include configuration reference link
- Template allows for dynamic configuration values

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🎵 HT-Demucs Spleeter Music Stem Separation - AI Audio Source Separation
2
 
3
  A powerful AI-powered music stem separation tool that runs both **HT-Demucs** and **Spleeter** models. Choose which models to run or compare both simultaneously to get the best quality stems for vocals, drums, bass, piano, and other instruments.
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: "{{sdkVersion}}"
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
13
+
14
  # 🎵 HT-Demucs Spleeter Music Stem Separation - AI Audio Source Separation
15
 
16
  A powerful AI-powered music stem separation tool that runs both **HT-Demucs** and **Spleeter** models. Choose which models to run or compare both simultaneously to get the best quality stems for vocals, drums, bass, piano, and other instruments.