Spaces:
Running
Running
hatmanstack
commited on
Commit
•
50b8200
1
Parent(s):
1f31289
Changed phrasing of Inpainting/Outpainting Instructions
Browse files
app.py
CHANGED
@@ -380,7 +380,8 @@ with gr.Blocks() as demo:
|
|
380 |
gr.Markdown("""
|
381 |
<div style="text-align: center;">
|
382 |
Modify specific areas of your image using inpainting. Upload your image and choose one of two ways to specify the areas you want to edit:
|
383 |
-
You can use a photo editing tool to draw masks (using pure black for areas to edit and pure white for areas to preserve) or
|
|
|
384 |
</div>
|
385 |
""")
|
386 |
image = gr.Image(type='pil', label="Input Image")
|
@@ -406,7 +407,7 @@ with gr.Blocks() as demo:
|
|
406 |
<div style="text-align: center;">
|
407 |
Modify areas outside of your image using outpainting. Upload your image and choose one of two ways to specify the areas you want to edit:
|
408 |
You can use a photo editing tool to draw masks extended outside of an images original borders (using pure black for areas to edit and pure
|
409 |
-
white for areas to preserve) or use the Mask Prompt field to
|
410 |
</div>
|
411 |
""")
|
412 |
image = gr.Image(type='pil', label="Input Image")
|
|
|
380 |
gr.Markdown("""
|
381 |
<div style="text-align: center;">
|
382 |
Modify specific areas of your image using inpainting. Upload your image and choose one of two ways to specify the areas you want to edit:
|
383 |
+
You can use a photo editing tool to draw masks (using pure black for areas to edit and pure white for areas to preserve) or
|
384 |
+
use the Mask Prompt field to direct the model in how to infer the mask.
|
385 |
</div>
|
386 |
""")
|
387 |
image = gr.Image(type='pil', label="Input Image")
|
|
|
407 |
<div style="text-align: center;">
|
408 |
Modify areas outside of your image using outpainting. Upload your image and choose one of two ways to specify the areas you want to edit:
|
409 |
You can use a photo editing tool to draw masks extended outside of an images original borders (using pure black for areas to edit and pure
|
410 |
+
white for areas to preserve) or use the Mask Prompt field to direct the model in how to infer the mask.
|
411 |
</div>
|
412 |
""")
|
413 |
image = gr.Image(type='pil', label="Input Image")
|