Spaces:
Build error
Build error
Update readme
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: MusicgenBot
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
|
@@ -11,4 +11,10 @@ license: mit
|
|
| 11 |
short_description: Music Generator Demo
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: MusicgenBot
|
| 3 |
+
emoji: ⚡
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
|
|
|
| 11 |
short_description: Music Generator Demo
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# MusicGen Demo with Gradio
|
| 15 |
+
|
| 16 |
+
Generate music from text prompts using Facebook MusicGen Small model. Built with Gradio and Hugging Face Transformers.
|
| 17 |
+
|
| 18 |
+
Type a prompt like "an epic orchestral soundtrack" and listen to the result!
|
| 19 |
+
|
| 20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|