Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("""
|
|
|
|
|
|
|
|
|
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():
|