Alexander Bagus commited on
Commit
324a024
·
1 Parent(s): f294310
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def inference(
63
  generator = torch.Generator().manual_seed(seed)
64
 
65
  image = pipe(
66
- prompt="a girl sitting on the bench",
67
  negative_prompt = "ugly blurred",
68
  height=1024,
69
  width=1024,
 
63
  generator = torch.Generator().manual_seed(seed)
64
 
65
  image = pipe(
66
+ prompt= prompt,
67
  negative_prompt = "ugly blurred",
68
  height=1024,
69
  width=1024,