Update app.py
Browse files
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]])
|