aifeifei798 commited on
Commit
1cfbff2
·
verified ·
1 Parent(s): b6cc18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
32
  if randomize_seed:
33
  seed = random.randint(0, MAX_SEED)
34
  generator = torch.Generator().manual_seed(seed)
35
- prompt = f"{prompt}, slight smile, Master of Light and Shadow."
36
  image = pipe(
37
  prompt = prompt,
38
  width = width,
 
32
  if randomize_seed:
33
  seed = random.randint(0, MAX_SEED)
34
  generator = torch.Generator().manual_seed(seed)
35
+ #prompt = f"{prompt}, slight smile, Master of Light and Shadow."
36
  image = pipe(
37
  prompt = prompt,
38
  width = width,