mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Remove unused variable
This commit is contained in:
parent
de9c4e260e
commit
85238de421
@ -89,7 +89,7 @@ def output_modifier(string):
|
||||
This function is applied to the model outputs.
|
||||
"""
|
||||
|
||||
global params, wav_idx, streaming_state
|
||||
global params, wav_idx
|
||||
|
||||
if not params['activate']:
|
||||
return string
|
||||
|
Loading…
Reference in New Issue
Block a user