mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01: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.
|
This function is applied to the model outputs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
global params, wav_idx, streaming_state
|
global params, wav_idx
|
||||||
|
|
||||||
if not params['activate']:
|
if not params['activate']:
|
||||||
return string
|
return string
|
||||||
|
Loading…
Reference in New Issue
Block a user