Remove unused variable

This commit is contained in:
oobabooga 2023-05-06 11:03:12 -03:00
parent de9c4e260e
commit 85238de421

View file

@ -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