amildravid4292 commited on
Commit
a9ac2ca
·
verified ·
1 Parent(s): eca2228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("""Or upload an image and optionally draw over the face to define a mask. Then 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
 
 
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