CoolFace
Apppublic

onlycaps/audio_palette

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
README.md26 linesDownload Raw Back to root
1---2title: Audio Palette3emoji: 🎧4colorFrom: purple5colorTo: indigo6sdk: gradio7sdk_version: 4.36.18app_file: app.py9pinned: false10license: mit11models:12- onlycaps/pace_model_weights13- Salesforce/blip-image-captioning-large14- facebook/musicgen-small15tags:16- image2music-generation17- image-captioning18---19 20# Audio Palette21 22### Usage23 24- Since this space is running on CPU, it is not possible to generate music in a reasonable time.25- To address this, we have provided a [python notebook](./notebooks/AudioPalette.ipynb) that handles the music generation part which can be run locally (if you have GPU) or elsewhere.26- This uses fastAPI to accept api requests and ngrok to expose the server. The same ngrok link needs to be pasted in the input box. (Make sure to include the trailing `/`).