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:
parent
a95592fc56
commit
1ddcd4d0ba
3 changed files with 31 additions and 73 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue