Ooga / javascript /textualInversion.js
toto10's picture
e9f3000099baef4d6602519f3417f035ac4372bc76522d0d837800d2d2233d61
6f24557
raw
history blame
438 Bytes
function start_training_textual_inversion() {
gradioApp().querySelector('#ti_error').innerHTML = '';
var id = randomId();
requestProgress(id, gradioApp().getElementById('ti_output'), gradioApp().getElementById('ti_gallery'), function() {}, function(progress) {
gradioApp().getElementById('ti_progress').innerHTML = progress.textinfo;
});
var res = Array.from(arguments);
res[0] = id;
return res;
}