kfahn commited on
Commit
babf0b9
1 Parent(s): a75cbc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
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]])
 
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]])