kfahn commited on
Commit
b3b77e5
1 Parent(s): 493299e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
82
  with gr.Column():
83
  #keypoint_tool = addp5sketch(sketch_url)
84
  keypoint_tool = gr.HTML(lines)
85
- submit_btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
86
- examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
87
 
88
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
89
  # examples=[["a Labrador crossing the road", "low quality", control_image]])
 
82
  with gr.Column():
83
  #keypoint_tool = addp5sketch(sketch_url)
84
  keypoint_tool = gr.HTML(lines)
85
+ #submit_btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
86
+ # examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
87
 
88
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
89
  # examples=[["a Labrador crossing the road", "low quality", control_image]])