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