Implement "*Is recording a voice message...*" for TTS #303
This commit is contained in:
parent
0dab2c5dc5
commit
3fb8196e16
3 changed files with 9 additions and 4 deletions
|
@ -11,6 +11,7 @@ is_RWKV = False
|
|||
history = {'internal': [], 'visible': []}
|
||||
character = 'None'
|
||||
stop_everything = False
|
||||
processing_message = '*Is typing...*'
|
||||
|
||||
# UI elements (buttons, sliders, HTML, etc)
|
||||
gradio = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue