Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def infer(p1,p2):
|
|
100 |
else:
|
101 |
_do = f'{ p1 }, beautiful, playful, photographed, highly detailed, realistic elements, dynamic poze, deep field, vivid reasonable coloring, rough texture, high sharpness, highres, best quality, focused'
|
102 |
if p2 != "":
|
103 |
-
_do2 = f'
|
104 |
else:
|
105 |
_do2 = ""
|
106 |
output = Piper(_do,_do2)
|
|
|
100 |
else:
|
101 |
_do = f'{ p1 }, beautiful, playful, photographed, highly detailed, realistic elements, dynamic poze, deep field, vivid reasonable coloring, rough texture, high sharpness, highres, best quality, focused'
|
102 |
if p2 != "":
|
103 |
+
_do2 = f'included {p2} negation'
|
104 |
else:
|
105 |
_do2 = ""
|
106 |
output = Piper(_do,_do2)
|