Yaron Koresh commited on
Commit
1db6e2f
·
verified ·
1 Parent(s): 8d6fc68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def Piper(_do):
84
 
85
  def infer(prompt):
86
  name = generate_random_string(12)+".png"
87
- _do = f'full "{ translate(prompt,"english").upper() }" compliance, hot colors palette, muted colors, dynamic poze, realistic, realistic details, award winning photograph, soft natural lighting, deep field, high definition, highly detailed, 8k'.lower()
88
  image = Piper(_do).images[0].save(name)
89
  return name
90
 
 
84
 
85
  def infer(prompt):
86
  name = generate_random_string(12)+".png"
87
+ _do = f'accurate { translate(prompt,"english").upper() } scene, hot colors palette, muted colors, dynamic poze, realistic, realistic details, award winning photograph, soft natural lighting, deep field, high definition, highly detailed, 8k'.lower()
88
  image = Piper(_do).images[0].save(name)
89
  return name
90