Yaron Koresh commited on
Commit
5b5b371
·
verified ·
1 Parent(s): 0b5b687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'Show a FULLY REALISTIC scenario 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)
 
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)