Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1059,6 +1059,7 @@ with gr.Blocks(css=CSS, delete_cache=(86400, 86400)) as app:
|
|
1059 |
"""
|
1060 |
)
|
1061 |
|
|
|
1062 |
gr.Examples(
|
1063 |
examples=example_prompts,
|
1064 |
fn=SD_GEN.generate_pipeline,
|
@@ -1108,6 +1109,7 @@ with gr.Blocks(css=CSS, delete_cache=(86400, 86400)) as app:
|
|
1108 |
outputs=[result_images],
|
1109 |
cache_examples=False,
|
1110 |
)
|
|
|
1111 |
|
1112 |
with gr.Tab("Inpaint mask maker", render=True):
|
1113 |
def create_mask_now(img, invert):
|
|
|
1059 |
"""
|
1060 |
)
|
1061 |
|
1062 |
+
"""
|
1063 |
gr.Examples(
|
1064 |
examples=example_prompts,
|
1065 |
fn=SD_GEN.generate_pipeline,
|
|
|
1109 |
outputs=[result_images],
|
1110 |
cache_examples=False,
|
1111 |
)
|
1112 |
+
"""
|
1113 |
|
1114 |
with gr.Tab("Inpaint mask maker", render=True):
|
1115 |
def create_mask_now(img, invert):
|