Spaces:
Paused
Paused
throaway2854
commited on
Commit
•
f8be281
1
Parent(s):
39dae7d
Update app.py
Browse files
app.py
CHANGED
@@ -8,16 +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', 'pose_tags'),
|
18 |
-
('Sex?', 'sex_tags'),
|
19 |
-
('Additional', 'additional_tags'),
|
20 |
-
('LORA', 'lora_tags')
|
21 |
]
|
22 |
|
23 |
class DataManager:
|
|
|
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', 'pose_tags'),
|
18 |
+
(' Sex?', 'sex_tags'),
|
19 |
+
(' Additional', 'additional_tags'),
|
20 |
+
(' LORA', 'lora_tags')
|
21 |
]
|
22 |
|
23 |
class DataManager:
|