Clean up silero_tts

This should only be used with --no-stream.

The shared.still_streaming implementation was faulty by design:
output_modifier should never be called when streaming is already over.
This commit is contained in:
oobabooga 2023-03-12 23:42:49 -03:00
parent a95592fc56
commit 1ddcd4d0ba
3 changed files with 31 additions and 73 deletions

View file

@ -11,7 +11,6 @@ is_RWKV = False
history = {'internal': [], 'visible': []}
character = 'None'
stop_everything = False
still_streaming = False
# UI elements (buttons, sliders, HTML, etc)
gradio = {}