Minor cleanup

This commit is contained in:
awsr
2026-02-20 03:23:17 -08:00
parent f1a4faadb8
commit 897925da2a
+1 -3
View File
@@ -435,9 +435,7 @@ def update_token_counter(text: str):
from modules.extra_networks import parse_prompt
token_counts = [0]
max_length = 75
count_formatted = ''
count_formatted = '0'
visible = False
prompt, _ = parse_prompt(text)