Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Spirit LM Inference Gradio Demo
|
2 |
|
3 |
Copy the github repo, build the [spiritlm](https://github.com/facebookresearch/spiritlm) python package and put models in `checkpoints` folder before running the script. I would suggest to use conda environment for this.
|
@@ -157,4 +162,4 @@ checkpoints/
|
|
157 |
βββ special_tokens_map.json
|
158 |
βββ tokenizer_config.json
|
159 |
βββ tokenizer.model
|
160 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
pipeline_tag: text-to-audio
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
# Spirit LM Inference Gradio Demo
|
7 |
|
8 |
Copy the github repo, build the [spiritlm](https://github.com/facebookresearch/spiritlm) python package and put models in `checkpoints` folder before running the script. I would suggest to use conda environment for this.
|
|
|
162 |
βββ special_tokens_map.json
|
163 |
βββ tokenizer_config.json
|
164 |
βββ tokenizer.model
|
165 |
+
```
|