nielsr HF Staff commited on
Commit
57e2873
·
verified ·
1 Parent(s): 8f3b48d

Add pipeline tag and library name

Browse files

This PR adds the pipeline tag (audio-to-audio), as well as the library name (transformers). This ensures it can be found at https://huggingface.co/models?pipeline_tag=audio-to-audio as well as makes the model easier to use by linking the model with the Transformers library, so that the 'how to use' button appears on the top.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
5
  ---
 
6
  # MagiCodec: Simple Masked Gaussian-Injected Audio Codec for High-Fidelity Reconstruction & Generation
7
 
8
  [![github](https://img.shields.io/badge/Code-Repo-black?logo=github)](https://github.com/Ereboas/MagiCodec)
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ pipeline_tag: audio-to-audio
6
+ library_name: transformers
7
  ---
8
+
9
  # MagiCodec: Simple Masked Gaussian-Injected Audio Codec for High-Fidelity Reconstruction & Generation
10
 
11
  [![github](https://img.shields.io/badge/Code-Repo-black?logo=github)](https://github.com/Ereboas/MagiCodec)