File size: 409 Bytes
bfe5c2a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
function submit_deforum(){
rememberGallerySelection('deforum_gallery')
showSubmitButtons('deforum', false)
var id = randomId()
requestProgress(id, gradioApp().getElementById('deforum_gallery_container'), gradioApp().getElementById('deforum_gallery'), function(){
showSubmitButtons('deforum', true)
})
var res = create_submit_args(arguments)
res[0] = id
return res
} |