TEAMuP-dev / HARP

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

After a customPath loading failure, the previous successfully loaded model is deleted #226

Closed xribene closed 2 weeks ago

xribene commented 2 months ago
  1. Load a model successfully
  2. try to load a new model using the customPath dialog box
  3. enter an invalid url and click "load"
  4. Loading fails, but the previous model is also erased

Desired behavior: don't erase the previous model.