p1atdev commited on
Commit
9203920
1 Parent(s): 4557488

chore: update info

Browse files
Files changed (1) hide show
  1. v2.py +2 -2
v2.py CHANGED
@@ -186,13 +186,13 @@ class V2UI:
186
  )
187
  input_length = gr.Radio(
188
  label="Length",
189
- info="How long the total tags should be.",
190
  choices=list(LENGTH_OPTIONS.keys()),
191
  value="long",
192
  )
193
  input_identity = gr.Radio(
194
  label="Keep identity",
195
- info="How strict to keep the identity of the character or subject.",
196
  choices=list(IDENTITY_OPTIONS.keys()),
197
  value="none",
198
  )
 
186
  )
187
  input_length = gr.Radio(
188
  label="Length",
189
+ info="The total length of the tags.",
190
  choices=list(LENGTH_OPTIONS.keys()),
191
  value="long",
192
  )
193
  input_identity = gr.Radio(
194
  label="Keep identity",
195
+ info="How strictly to keep the identity of the character or subject.",
196
  choices=list(IDENTITY_OPTIONS.keys()),
197
  value="none",
198
  )