riffusion / riffusion-hobby

Stable diffusion for real-time music generation
MIT License
3.39k stars 389 forks source link

Upgrade playground app to Streamlit 1.18+ #133

Closed hmartiro closed 1 year ago

hmartiro commented 1 year ago

The first change was using the new non-experimental cache decorators, but then I decided to refactor to get rid of using the streamlit pages feature and instead have my own dropdown. This allows for more control to fix a page layout issue that popped up with this version.