Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ def infer(pm):
|
|
176 |
|
177 |
_do = ['beautiful', 'playful', 'photographed', 'realistic', 'dynamic poze', 'deep field', 'reasonable coloring', 'rough texture', 'best quality', 'focused']
|
178 |
if p1 != "":
|
179 |
-
_do.append(f'{p1}')
|
180 |
posi = " ".join(_do)
|
181 |
|
182 |
if pm["i"] == None:
|
|
|
176 |
|
177 |
_do = ['beautiful', 'playful', 'photographed', 'realistic', 'dynamic poze', 'deep field', 'reasonable coloring', 'rough texture', 'best quality', 'focused']
|
178 |
if p1 != "":
|
179 |
+
_do.append(f'dynamic {p1} movement')
|
180 |
posi = " ".join(_do)
|
181 |
|
182 |
if pm["i"] == None:
|