Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,8 @@ def wandb_report(url):
|
|
24 |
|
25 |
control_img = 'myimage.jpg'
|
26 |
|
|
|
|
|
27 |
controlnet, controlnet_params = FlaxControlNetModel.from_pretrained(
|
28 |
"JFoz/dog-cat-pose", dtype=jnp.bfloat16
|
29 |
)
|
|
|
24 |
|
25 |
control_img = 'myimage.jpg'
|
26 |
|
27 |
+
examples = [["a yellow dog standing in grass", "lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws", "examples/example1.jpg"]]
|
28 |
+
|
29 |
controlnet, controlnet_params = FlaxControlNetModel.from_pretrained(
|
30 |
"JFoz/dog-cat-pose", dtype=jnp.bfloat16
|
31 |
)
|