Spaces:
Runtime error
Runtime error
Update app.py
Browse filestry editing variable names
app.py
CHANGED
@@ -85,7 +85,7 @@ 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 |
-
gr.Interface(fn=infer, inputs = [
|
89 |
examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
90 |
|
91 |
#gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
|
|
|
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 = [prompts, negative_prompts, conditioning_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")
|