Update app.py
Browse files
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
|
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
|