Add link to the web app

This commit is contained in:
Hayk Martiros 2022-11-25 16:48:10 -08:00 committed by GitHub
parent d03bbcbcdb
commit 7ebb472d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Python backend for the Riffusion app that does the model inference and audio pro
* a diffusers pipeline that performs prompt interpolation combined with image conditioning
* a module for (approximately) converting between spectrograms and waveforms
* a flask server to provide model inference via API to the next.js app
The web app lives at https://github.com/hmartiro/riffusion-app
## Install
Tested with Python 3.9 and diffusers 0.9.0