Sacso commited on
Commit
a7ec88b
β€’
1 Parent(s): 0c84954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def infer(prompt):
17
  # the object returned is a python generator
18
  answers = stability_api.generate(
19
  prompt=f"Beautiful Portait of a {prompt} made out of flowers πŸ’ 🌺 🌸 , artstation winner by Victo Ngai, Kilian Eng, vibrant colors, winning-award masterpiece, aesthetic octane render, 8K HD",
20
- height 640
21
  )
22
 
23
  # iterating over the generator produces the api response
 
17
  # the object returned is a python generator
18
  answers = stability_api.generate(
19
  prompt=f"Beautiful Portait of a {prompt} made out of flowers πŸ’ 🌺 🌸 , artstation winner by Victo Ngai, Kilian Eng, vibrant colors, winning-award masterpiece, aesthetic octane render, 8K HD",
20
+ height =640
21
  )
22
 
23
  # iterating over the generator produces the api response