Add a variable for tts extensions to use

This commit is contained in:
oobabooga 2023-05-11 16:12:46 -03:00
parent 638c6a65a2
commit f7dbddfff5
2 changed files with 14 additions and 14 deletions

View file

@ -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