Spaces:
Runtime error
Runtime error
Update app.py
Browse filestry adding interface
app.py
CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
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 |
-
|
89 |
-
|
90 |
|
91 |
#gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
|
92 |
|
|
|
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", "myimage.jpg"]])
|
90 |
|
91 |
#gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
|
92 |
|