kfahn commited on
Commit
34e4365
1 Parent(s): 6f00ba2

Update app.py

Browse files

Remove apostrophes

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
86
  label="Result",
87
  )
88
 
89
- run_btn.click(fn=infer, inputs = ["prompts", "negative_prompts", "conditioning_image"], outputs = output)
90
 
91
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = output,
92
  #examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
 
86
  label="Result",
87
  )
88
 
89
+ run_btn.click(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = output)
90
 
91
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = output,
92
  #examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])