Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -337,8 +337,8 @@ with gr.Blocks(css=css) as demo:
|
|
337 |
prompt = gr.Textbox(
|
338 |
label="Prompt",
|
339 |
info="Give simple prompt is enough to achieve good face fidelity",
|
340 |
-
placeholder="
|
341 |
-
value="",
|
342 |
)
|
343 |
|
344 |
submit = gr.Button("Submit", variant="primary")
|
|
|
337 |
prompt = gr.Textbox(
|
338 |
label="Prompt",
|
339 |
info="Give simple prompt is enough to achieve good face fidelity",
|
340 |
+
placeholder="A photo of a person",
|
341 |
+
value="a woman, daily wear, realistic, symmetrical hyperdetailed texture, masterpiece, enhanced details, perfect composition, authentic, natural posture",
|
342 |
)
|
343 |
|
344 |
submit = gr.Button("Submit", variant="primary")
|