Spaces:
Configuration error
Configuration error
A newer version of the Gradio SDK is available:
5.33.0
metadata
title: SonicVerse
emoji: πΌ
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
πΌ SonicVerse
An interactive demo for SonicVerse, a music captioning model, allowing users to input audio of up to 10 seconds and generate a natural language caption that includes a general description of the music as well as music features such as key, instruments, genre, mood / theme, vocals gender.
π Demo
Check out the live Space here:
π Samples
Short captions
π¦ Features
β Upload a 10 second music clip and get a caption
β Upload a long music clip (upto 1 minute for successful demo) to get a long detailed caption for the whole music clip.
π οΈ How to Run Locally
# Clone the repo
git clone https://github.com/AMAAI-Lab/SonicVerse
cd SonicVerse
# Install dependencies
pip install -r requirements.txt
# Alternatively, set up conda environment
conda env create -f environment.yml
conda activate sonicverse
# Run the app
python app.py
π‘ Usage
To use the app:
- Select audio clip to input
- Click the Generate button.
- See the modelβs output below.