def / javascript /deforum.js
ddoc's picture
Upload 170 files
bfe5c2a
raw
history blame contribute delete
409 Bytes
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
}