kfahn commited on
Commit
c33c1c5
1 Parent(s): bd9a3cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/dog-cat-pose/runs/kmwcvae5)
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 = [prompts, negative_prompts, conditioning_image], outputs = "gallery",
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():