Curranj commited on
Commit
2f0e820
ยท
1 Parent(s): 5e7a0da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,8 +17,7 @@ stability_api = client.StabilityInference(
17
  def infer(prompt):
18
  # the object returned is a python generator
19
  answers = stability_api.generate(
20
- prompt=f"Beautiful Portait of a {prompt} made out of flowers ๐Ÿ’ ๐ŸŒบ ๐ŸŒธ , artstation winner by Victo Ngai,
21
- Kilian Eng, vibrant colors, winning-award masterpiece, aesthetic octane render, 8K HD",
22
  height =640
23
  )
24
 
 
17
  def infer(prompt):
18
  # the object returned is a python generator
19
  answers = stability_api.generate(
20
+ 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",
 
21
  height =640
22
  )
23