fix JS references
parent
8cf844d833
commit
38a892030d
|
|
@ -1,11 +1,11 @@
|
|||
function submit_txt2vid(){
|
||||
// rememberGallerySelection('txt2img_gallery')
|
||||
showSubmitButtons('text2vid', false)
|
||||
showSubmitButtons('txt2vid', false)
|
||||
|
||||
var id = randomId()
|
||||
// Using progressbar without the gallery
|
||||
requestProgress(id, gradioApp().getElementById('text2vid_results_panel'), null, function(){
|
||||
showSubmitButtons('text2vid', true)
|
||||
requestProgress(id, gradioApp().getElementById('txt2vid_results_panel'), null, function(){
|
||||
showSubmitButtons('txt2vid', true)
|
||||
})
|
||||
|
||||
var res = create_submit_args(arguments)
|
||||
|
|
|
|||
Loading…
Reference in New Issue