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