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:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user