Spaces:
Runtime error
Runtime error
Commit
·
45dc043
1
Parent(s):
23d3ec1
update prompt
Browse files
model.py
CHANGED
@@ -142,9 +142,9 @@ class VirtualStagingToolV2():
|
|
142 |
items = ', '.join(items)
|
143 |
|
144 |
if room == 'backyard':
|
145 |
-
prompt = f'
|
146 |
else:
|
147 |
-
prompt = f'
|
148 |
|
149 |
if color_preference:
|
150 |
prompt = f"{prompt} in {color_preference}"
|
|
|
142 |
items = ', '.join(items)
|
143 |
|
144 |
if room == 'backyard':
|
145 |
+
prompt = f'Photorealistic, high resolution, {room} with {style}'
|
146 |
else:
|
147 |
+
prompt = f'Photorealistic {items}, high resolution, in the {style} style {room}'
|
148 |
|
149 |
if color_preference:
|
150 |
prompt = f"{prompt} in {color_preference}"
|