linoyts HF staff commited on
Commit
f7f94d9
1 Parent(s): d6adfd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -432,7 +432,11 @@ intro = """
432
  with gr.Blocks(css="style.css") as demo:
433
  gr.HTML(intro)
434
 
435
- gr.Markdown("""<div style="text-align: justify;"> Click below to sample an identity-encoding model, or upload an image below and click \"invert\". You can also optionally draw over the face to define a mask. To use model previously downloaded from this demo see \"Uplaoding a model\" in the Advanced options""")
 
 
 
 
436
  with gr.Column():
437
  with gr.Row():
438
  with gr.Column():
 
432
  with gr.Blocks(css="style.css") as demo:
433
  gr.HTML(intro)
434
 
435
+ gr.Markdown("""
436
+ Click sample (to sample an identity) *or* upload an image & click `invert` to get started ✨
437
+ > 💡 When inverting, draw a mask over the face for improved results.
438
+ > To use a model previously downloaded from this demo see `Uplaoding a model` in the `Advanced options`
439
+ """)
440
  with gr.Column():
441
  with gr.Row():
442
  with gr.Column():