Spaces:
Runtime error
Runtime error
Commit
·
744a885
1
Parent(s):
cad2878
update instructions
Browse files
app.py
CHANGED
@@ -138,12 +138,13 @@ with gr.Blocks() as demo:
|
|
138 |
gr.Markdown(description)
|
139 |
with gr.Accordion(label='How to use (step by step):', open=False):
|
140 |
gr.Markdown('''
|
|
|
141 |
+ Upload an image (or select from the examples below)
|
142 |
+ Use the brush to mask the parts of the image you want to keep unedited (e.g., faces of people)
|
143 |
+ Add a prompt to guide the edit (see examples below)
|
144 |
+ Play with the seed and click submit until you get a realistic edit that you are happy with (we provided good example seeds for you below)
|
145 |
|
146 |
-
*Now let's immunize your image and try again:*
|
147 |
+ Click on the "Immunize" button, then submit.
|
148 |
+ You will get an immunized version of the image (which should look essentially identical to the original one) as well as its edited version (which should now look rather unrealistic)
|
149 |
''')
|
|
|
138 |
gr.Markdown(description)
|
139 |
with gr.Accordion(label='How to use (step by step):', open=False):
|
140 |
gr.Markdown('''
|
141 |
+
*First, let's edit your image:*
|
142 |
+ Upload an image (or select from the examples below)
|
143 |
+ Use the brush to mask the parts of the image you want to keep unedited (e.g., faces of people)
|
144 |
+ Add a prompt to guide the edit (see examples below)
|
145 |
+ Play with the seed and click submit until you get a realistic edit that you are happy with (we provided good example seeds for you below)
|
146 |
|
147 |
+
*Now, let's immunize your image and try again:*
|
148 |
+ Click on the "Immunize" button, then submit.
|
149 |
+ You will get an immunized version of the image (which should look essentially identical to the original one) as well as its edited version (which should now look rather unrealistic)
|
150 |
''')
|