Spaces:
Running
on
Zero
Running
on
Zero
Update tags.py
Browse files
tags.py
CHANGED
@@ -108,6 +108,10 @@ camera_tags = {
|
|
108 |
}
|
109 |
|
110 |
atmosphere_tags = {
|
111 |
-
"Night": "
|
|
|
|
|
|
|
|
|
112 |
}
|
113 |
|
|
|
108 |
}
|
109 |
|
110 |
atmosphere_tags = {
|
111 |
+
"Night": "midnight",
|
112 |
+
"Moody": "dark_lighting",
|
113 |
+
"Sensual": "sensual_lighting",
|
114 |
+
"Neon": "neon_colors",
|
115 |
+
"Graffiti": "graffiti"
|
116 |
}
|
117 |
|