mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Remove *Is typing...*
This commit is contained in:
parent
550b75a5cf
commit
b70c009336
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ lora_names = []
|
|||
# Generation variables
|
||||
stop_everything = False
|
||||
generation_lock = None
|
||||
processing_message = '*Is typing...*'
|
||||
processing_message = ''
|
||||
|
||||
# UI variables
|
||||
gradio = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue