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

"Open Space URL" button in Alert Window doesn't work #223

Closed xribene closed 2 weeks ago

xribene commented 2 months ago
  1. Try to load a space that is either sleeping or paused
  2. The alert window pops up with 3 options "Open Space URL", "Open Logs", "OK"
  3. "Open Space URL" doesn't work.

Reason: the alertCallback is called async, after we reset the model, so the SpaceInfo is lost.