[Editor] Load the model when the user switch to the stamp editing mode

This commit is contained in:
Calixte Denizet 2024-08-02 15:00:41 +02:00
parent 464d534961
commit a81b071d2d
3 changed files with 14 additions and 4 deletions

View file

@ -88,6 +88,8 @@ class FakeMLManager {
return null;
}
async loadModel(_name) {}
async downloadModel(_name) {
// Simulate downloading the model but with progress.
// The progress can be seen in the new alt-text dialog.