Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
71 |
[Dataset](https://huggingface.co/datasets/JFoz/dog-poses-controlnet-dataset)
|
72 |
[Diffusers model](https://huggingface.co/JFoz/dog-pose)
|
73 |
[Github](https://github.com/fi4cr/animalpose)
|
74 |
-
[Training Report](https://wandb.ai/john-fozard/
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
@@ -99,7 +99,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
99 |
#cache_examples=True,
|
100 |
)
|
101 |
|
102 |
-
gr.Interface(fn=infer, inputs = [
|
103 |
examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
104 |
|
105 |
#with gr.Row():
|
|
|
71 |
[Dataset](https://huggingface.co/datasets/JFoz/dog-poses-controlnet-dataset)
|
72 |
[Diffusers model](https://huggingface.co/JFoz/dog-pose)
|
73 |
[Github](https://github.com/fi4cr/animalpose)
|
74 |
+
[Training Report](https://wandb.ai/john-fozard/AP10K-pose/runs/wn89ezaw)
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
|
|
99 |
#cache_examples=True,
|
100 |
)
|
101 |
|
102 |
+
gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
103 |
examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
104 |
|
105 |
#with gr.Row():
|