Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
99 |
#cache_examples=True,
|
100 |
)
|
101 |
|
102 |
-
|
103 |
examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
104 |
|
105 |
#with gr.Row():
|
|
|
99 |
#cache_examples=True,
|
100 |
)
|
101 |
|
102 |
+
demo.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
103 |
examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
104 |
|
105 |
#with gr.Row():
|