throaway2854 commited on
Commit
b0b6e3b
1 Parent(s): 3833bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,15 +8,16 @@ import io
8
 
9
  # Define categories at the top so they are accessible throughout the code
10
  categories = [
 
11
  ('Setting', 'scene_tags'),
12
- ('Position', 'position_tags'),
 
13
  ('Outfit', 'outfit_tags'),
14
  ('Camera View/Angle', 'camera_tags'),
15
  ('Concept', 'concept_tags'),
16
  ('Facial Expression', 'facial_expression_tags'),
17
  ('Action (sex)', 'pose_tags'),
18
  ('Action (no sex)', 'action_tags'),
19
- ('Sex?', 'sex_tags'),
20
  ('Additional', 'additional_tags'),
21
  ('LORA', 'lora_tags')
22
  ]
 
8
 
9
  # Define categories at the top so they are accessible throughout the code
10
  categories = [
11
+ ('Sex?', 'sex_tags'),
12
  ('Setting', 'scene_tags'),
13
+ ('Position (sex)', 'position_tags'),
14
+ ('Position (no sex)', 'positionNo_tags'),
15
  ('Outfit', 'outfit_tags'),
16
  ('Camera View/Angle', 'camera_tags'),
17
  ('Concept', 'concept_tags'),
18
  ('Facial Expression', 'facial_expression_tags'),
19
  ('Action (sex)', 'pose_tags'),
20
  ('Action (no sex)', 'action_tags'),
 
21
  ('Additional', 'additional_tags'),
22
  ('LORA', 'lora_tags')
23
  ]