Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def infer(prompt1,prompt2,prompt3,prompt4):
|
|
98 |
else:
|
99 |
prompt4 = " and " + " and ".join([translate(v,"english").upper() for v in prompt4])
|
100 |
|
101 |
-
_do = f'
|
102 |
_dont = f'Any TEXT and LOGO{prompt4}:'
|
103 |
print(_do)
|
104 |
print(_dont)
|
|
|
98 |
else:
|
99 |
prompt4 = " and " + " and ".join([translate(v,"english").upper() for v in prompt4])
|
100 |
|
101 |
+
_do = f'Use vivid colors and realistic style, to show a scene of {prompt3}, while focusing on {prompt1} detailes, and showing {prompt2} in the background:'
|
102 |
_dont = f'Any TEXT and LOGO{prompt4}:'
|
103 |
print(_do)
|
104 |
print(_dont)
|