Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,16 +88,6 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
|
88 |
with gr.Column():
|
89 |
image_out = gr.Image(width=256, height=256, label="Output", elem_id="output-img", format="jpg")
|
90 |
|
91 |
-
gr.Examples(
|
92 |
-
examples=[
|
93 |
-
["examples/draw_input.jpg", "examples/draw_output.jpg", "a woman, eyes closed, mouth open"],
|
94 |
-
["examples/draw-gimp_input.jpg", "examples/draw-gimp_output.jpg", "a woman, eyes closed, mouth open"],
|
95 |
-
["examples/gimp_input.jpg", "examples/gimp_output.jpg", "a woman, hand on neck"],
|
96 |
-
["examples/inpaint_input.jpg", "examples/inpaint_output.jpg", "a woman, hand on neck"]
|
97 |
-
],
|
98 |
-
inputs=[image, image_out, prompt],
|
99 |
-
)
|
100 |
-
|
101 |
gr.HTML(gr.HTML(read_file("demo_footer.html")))
|
102 |
|
103 |
gr.on(
|
|
|
88 |
with gr.Column():
|
89 |
image_out = gr.Image(width=256, height=256, label="Output", elem_id="output-img", format="jpg")
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
gr.HTML(gr.HTML(read_file("demo_footer.html")))
|
92 |
|
93 |
gr.on(
|