Spaces:
Running
on
Zero
Running
on
Zero
polu
commited on
Commit
·
afc1021
1
Parent(s):
47bc811
init
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as demo:
|
|
67 |
with gr.Group():
|
68 |
prompt = gr.Textbox(
|
69 |
label="Prompt",
|
70 |
-
|
71 |
lines=3
|
72 |
)
|
73 |
|
|
|
67 |
with gr.Group():
|
68 |
prompt = gr.Textbox(
|
69 |
label="Prompt",
|
70 |
+
value="portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour, style by Dan Winters, Russell James, Steve McCurry, centered, extremely detailed, Nikon D850, award winning photography",
|
71 |
lines=3
|
72 |
)
|
73 |
|