Spaces:
Runtime error
Runtime error
File size: 459 Bytes
5704551 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
function(sel_buffer_str,
prompt_text,
strength,
guidance,
step,
resize_check,
fill_mode,
enable_safety,
state){
sel_buffer = document.querySelector("gradio-app").shadowRoot.querySelector("#input textarea").value;
return [
sel_buffer,
prompt_text,
strength,
guidance,
step,
resize_check,
fill_mode,
enable_safety,
state
]
} |