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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -411,12 +411,8 @@ with gr.Blocks(css="style.css") as demo:
411
  gr.Markdown("""<div style="text-align: justify;"> In this demo, you can get an identity-encoding model by sampling or inverting. To use a model previously downloaded from this demo see \"Uploading a model\" in the Advanced options. Next, you can generate new samples from it, or edit the identity encoded in the model and generate samples from the edited model. We provide detailed instructions and tips at the bottom of the page.""")
412
  with gr.Column():
413
  with gr.Row():
414
- with gr.Column():
415
- #with gr.Row():
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
 
@@ -427,6 +423,7 @@ with gr.Blocks(css="style.css") as demo:
427
 
428
 
429
  with gr.Column():
 
430
  gallery = gr.Image(label="Image",height=512, width=512, interactive=False)
431
 
432
  prompt = gr.Textbox(label="Prompt",
 
411
  gr.Markdown("""<div style="text-align: justify;"> In this demo, you can get an identity-encoding model by sampling or inverting. To use a model previously downloaded from this demo see \"Uploading a model\" in the Advanced options. Next, you can generate new samples from it, or edit the identity encoded in the model and generate samples from the edited model. We provide detailed instructions and tips at the bottom of the page.""")
412
  with gr.Column():
413
  with gr.Row():
414
+ with gr.Column():
415
+ gr.Markdown("""1) Either sample a new model, or upload an image (optionally draw a mask over the face) and click `invert`. """)
 
 
 
 
416
  input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload image and draw to define mask",
417
  height=512, width=512, brush_color='#00FFFF', mask_opacity=0.6)
418
 
 
423
 
424
 
425
  with gr.Column():
426
+ gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity and generate new images. """)
427
  gallery = gr.Image(label="Image",height=512, width=512, interactive=False)
428
 
429
  prompt = gr.Textbox(label="Prompt",