Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -415,11 +415,11 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 415 |
with gr.Row():
|
| 416 |
with gr.Column():
|
| 417 |
gr.Markdown("""1) Either sample a new model, or upload an image (optionally draw a mask over the head) and click `invert`.""")
|
|
|
|
| 418 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Reference Identity",
|
| 419 |
width=512, height=512, brush_color='#00FFFF', mask_opacity=0.4)
|
| 420 |
|
| 421 |
with gr.Row():
|
| 422 |
-
sample = gr.Button("🎲 Sample New Model")
|
| 423 |
invert_button = gr.Button("⬆️ Invert")
|
| 424 |
|
| 425 |
|
|
|
|
| 415 |
with gr.Row():
|
| 416 |
with gr.Column():
|
| 417 |
gr.Markdown("""1) Either sample a new model, or upload an image (optionally draw a mask over the head) and click `invert`.""")
|
| 418 |
+
sample = gr.Button("🎲 Sample New Model")
|
| 419 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Reference Identity",
|
| 420 |
width=512, height=512, brush_color='#00FFFF', mask_opacity=0.4)
|
| 421 |
|
| 422 |
with gr.Row():
|
|
|
|
| 423 |
invert_button = gr.Button("⬆️ Invert")
|
| 424 |
|
| 425 |
|