gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.03k stars 99 forks source link

Gradio fix #215

Closed d8ahazard closed 7 months ago

d8ahazard commented 7 months ago

Resolves #214

gitmylo commented 7 months ago

I might need to check to see if it still stores audio in base64 in the DOM. If it does, it'll still need to be removed since it lags the page, but this is a nice fix. Thank you.