Spaces:
Running
on
L40S
Running
on
L40S
fix
Browse files
README.md
CHANGED
|
@@ -1,40 +1,13 @@
|
|
| 1 |
---
|
| 2 |
title: Elastic Musicgen Large
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.34.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
This Hugging Face Space provides a user-friendly interface for generating music from text descriptions using Facebook's MusicGen Large model with Elastic's optimizations.
|
| 16 |
-
|
| 17 |
-
## Features
|
| 18 |
-
|
| 19 |
-
- **Text-to-Music Generation**: Convert text descriptions into high-quality audio
|
| 20 |
-
- **Customizable Parameters**: Control creativity, duration, and generation parameters
|
| 21 |
-
- **Interactive Interface**: Easy-to-use Gradio interface with real-time controls
|
| 22 |
-
- **Example Prompts**: Pre-loaded examples to get you started
|
| 23 |
-
|
| 24 |
-
## How to Use
|
| 25 |
-
|
| 26 |
-
1. Enter a detailed description of the music you want to generate
|
| 27 |
-
2. Adjust the duration (5-30 seconds) and creativity settings
|
| 28 |
-
3. Click "Generate Music" and wait for your audio to be created
|
| 29 |
-
4. Listen to and download your generated music
|
| 30 |
-
|
| 31 |
-
## Tips for Better Results
|
| 32 |
-
|
| 33 |
-
- Be specific in your descriptions (e.g., "slow blues guitar with harmonica")
|
| 34 |
-
- Higher temperature values create more creative/unpredictable results
|
| 35 |
-
- Lower temperature values produce more consistent, predictable music
|
| 36 |
-
- Try different combinations of instruments and genres
|
| 37 |
-
|
| 38 |
-
---
|
| 39 |
-
|
| 40 |
-
*Powered by Facebook's MusicGen Large model with Elastic optimizations*
|
|
|
|
| 1 |
---
|
| 2 |
title: Elastic Musicgen Large
|
| 3 |
+
emoji: 🦀
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.34.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: Playground for music generation using Elastic-musicgen-large
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|