riffusion / riffusion-hobby

Stable diffusion for real-time music generation
MIT License
3.36k stars 384 forks source link

illegal format sample json in streamlit #127

Closed handsomepwy closed 1 year ago

handsomepwy commented 1 year ago

in streamlit, text_to_audio_batch, the program provides an Example inputs.json. However, in the json's params>width, there's an extra comma which occurs to me that if I copy it into a json and upload it, streamlit will raise error. please solve it, thanks

hmartiro commented 1 year ago

I removed the comma in #133