Spaces:
Running
Running
How to run locally?
#28
by
mnemic
- opened
Are there any instructions how to run this locally without huggingface?
Hi there. Here's the source code for the demo: https://github.com/xenova/transformers.js/tree/v3/examples/musicgen-web
You can run it locally by installing dependencies with npm i
and then starting the dev server with npm run dev
.