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:
oobabooga 2023-03-12 13:40:16 -03:00 committed by GitHub
commit d8bea766d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 132 additions and 11 deletions

View file

@ -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 = {}