Make interface state (mostly) persistent on page reload
This commit is contained in:
parent
47809e28aa
commit
b1ee674d75
3 changed files with 28 additions and 5 deletions
|
@ -20,6 +20,9 @@ processing_message = '*Is typing...*'
|
|||
# UI elements (buttons, sliders, HTML, etc)
|
||||
gradio = {}
|
||||
|
||||
# For keeping the values of UI elements on page reload
|
||||
persistent_interface_state = {}
|
||||
|
||||
# Generation input parameters
|
||||
input_params = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue