Update app.py
Browse filesRemove apostrophes
app.py
CHANGED
|
@@ -86,7 +86,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
| 86 |
label="Result",
|
| 87 |
)
|
| 88 |
|
| 89 |
-
run_btn.click(fn=infer, inputs = [
|
| 90 |
|
| 91 |
#gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = output,
|
| 92 |
#examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|
|
|
|
| 86 |
label="Result",
|
| 87 |
)
|
| 88 |
|
| 89 |
+
run_btn.click(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = output)
|
| 90 |
|
| 91 |
#gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = output,
|
| 92 |
#examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
|