A sample editing application allowing for hosted, asynchronous, remote processing of audio with machine learning by routing through Gradio endpoints.
BSD 3-Clause "New" or "Revised" License
52
stars
3
forks
source link
Canceled processing added to undo stack. #217
Open
cwitkowitz opened 2 months ago
After hitting the "process" button, a new entry is added to the undo stack, but it is not cleared if the process is canceled.
Hitting the "cancel" button should decrement the undo stack pointer and clear future files.