Spaces:
Running
on
Zero
Running
on
Zero
Bobby
commited on
Commit
·
79c392a
1
Parent(s):
08a9a80
hf
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def get_prompt(prompt, additional_prompt):
|
|
151 |
# prompt = default2
|
152 |
return f"{prompt} f{additional_prompt}"
|
153 |
|
154 |
-
|
155 |
{
|
156 |
"name": "None",
|
157 |
"prompt": ""
|
@@ -215,7 +215,7 @@ def get_prompt(prompt, additional_prompt):
|
|
215 |
{
|
216 |
"name": "The Matrix",
|
217 |
"prompt": "Futuristic cyberpunk interior, neon accent lighting, holographic plants, sleek black surfaces, advanced gaming setup, transparent screens, Blade Runner inspired decor, high-tech minimalist furniture, subtle Matrix green code effects, ceiling-to-floor digital displays, automated smart home features, hidden LED strips, metallic and glass materials, floating furniture pieces, ambient blue lighting"
|
218 |
-
}
|
219 |
]
|
220 |
|
221 |
styles = {k["name"]: (k["prompt"]) for k in style_list}
|
|
|
151 |
# prompt = default2
|
152 |
return f"{prompt} f{additional_prompt}"
|
153 |
|
154 |
+
style_list = [
|
155 |
{
|
156 |
"name": "None",
|
157 |
"prompt": ""
|
|
|
215 |
{
|
216 |
"name": "The Matrix",
|
217 |
"prompt": "Futuristic cyberpunk interior, neon accent lighting, holographic plants, sleek black surfaces, advanced gaming setup, transparent screens, Blade Runner inspired decor, high-tech minimalist furniture, subtle Matrix green code effects, ceiling-to-floor digital displays, automated smart home features, hidden LED strips, metallic and glass materials, floating furniture pieces, ambient blue lighting"
|
218 |
+
},
|
219 |
]
|
220 |
|
221 |
styles = {k["name"]: (k["prompt"]) for k in style_list}
|