parent
962c67a773
commit
c8efd351af
|
|
@ -72,11 +72,13 @@ function image_browser_set_image_info(button){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function image_browser_get_current_img(tabname, img_index, page_index){
|
function image_browser_get_current_img(tabname, img_index, page_index, filenames, turn_page_switch){
|
||||||
return [
|
return [
|
||||||
tabname,
|
tabname,
|
||||||
gradioApp().getElementById(tabname + '_image_browser_set_index').getAttribute("img_index"),
|
gradioApp().getElementById(tabname + '_image_browser_set_index').getAttribute("img_index"),
|
||||||
page_index
|
page_index,
|
||||||
|
filenames,
|
||||||
|
turn_page_switch
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue