Add a variable for tts extensions to use
This commit is contained in:
parent
638c6a65a2
commit
f7dbddfff5
2 changed files with 14 additions and 14 deletions
|
@ -24,8 +24,8 @@ gradio = {}
|
|||
# For keeping the values of UI elements on page reload
|
||||
persistent_interface_state = {}
|
||||
|
||||
# Generation input parameters
|
||||
input_params = []
|
||||
input_params = [] # Generation input parameters
|
||||
reload_inputs = [] # Parameters for reloading the chat interface
|
||||
|
||||
# For restarting the interface
|
||||
need_restart = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue