Merge pull request #192 from xanthousm/main
Add text generation stream status to shared module, use for better TTS with auto-play
This commit is contained in:
commit
d8bea766d7
3 changed files with 132 additions and 11 deletions
|
@ -11,6 +11,7 @@ is_RWKV = False
|
|||
history = {'internal': [], 'visible': []}
|
||||
character = 'None'
|
||||
stop_everything = False
|
||||
still_streaming = False
|
||||
|
||||
# UI elements (buttons, sliders, HTML, etc)
|
||||
gradio = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue