Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -416,7 +416,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
416 |
#gr.Markdown("""Click below to sample a new identity-encoding model.""")
|
417 |
|
418 |
|
419 |
-
gr.Markdown("""
|
420 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload image and draw to define mask",
|
421 |
height=512, width=512, brush_color='#00FFFF', mask_opacity=0.6)
|
422 |
|
|
|
416 |
#gr.Markdown("""Click below to sample a new identity-encoding model.""")
|
417 |
|
418 |
|
419 |
+
gr.Markdown("""1) Either sample a new model, or upload an image and optionally draw a mask over the face and click `invert`. """)
|
420 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload image and draw to define mask",
|
421 |
height=512, width=512, brush_color='#00FFFF', mask_opacity=0.6)
|
422 |
|