Yaron Koresh commited on
Commit
600a279
·
verified ·
1 Parent(s): d948c32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,9 +97,9 @@ def Piper(_do,_dont):
97
  def infer(prompt_en,prompt2_en):
98
  name = generate_random_string(12)+".png"
99
  if prompt_en == "":
100
- _do = 'natural dark muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
101
  else:
102
- _do = f'photographed { prompt_en }, natural dark muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
103
  if prompt2_en == "":
104
  _dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
105
  else:
 
97
  def infer(prompt_en,prompt2_en):
98
  name = generate_random_string(12)+".png"
99
  if prompt_en == "":
100
+ _do = 'natural muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
101
  else:
102
+ _do = f'photographed { prompt_en }, natural muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
103
  if prompt2_en == "":
104
  _dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
105
  else: