Update app.py
Browse filesTemporarily remove example
app.py
CHANGED
@@ -86,7 +86,6 @@ btn = gr.Button("Run")
|
|
86 |
#btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
87 |
# examples=[["a Labrador crossing the road", "low quality", control_image]])
|
88 |
|
89 |
-
btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery"
|
90 |
-
examples=["a Labrador crossing the road", "low quality", control_image])
|
91 |
|
92 |
demo.launch()
|
|
|
86 |
#btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
|
87 |
# examples=[["a Labrador crossing the road", "low quality", control_image]])
|
88 |
|
89 |
+
btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
|
|
|
90 |
|
91 |
demo.launch()
|