Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
3c67a84
1
Parent(s):
638275e
0516_zerogpu
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(css=css) as demo: # css=css
|
|
345 |
label="Prompts (each line corresponds to a frame).",
|
346 |
info="Give simple prompt is enough to achieve good face fidelity",
|
347 |
# placeholder="A photo of a person",
|
348 |
-
value="a photo of a person\na person
|
349 |
interactive=True)
|
350 |
choice = gr.Radio(choices=["Create a new character", "Still use this character"], label="Choose your action")
|
351 |
|
|
|
345 |
label="Prompts (each line corresponds to a frame).",
|
346 |
info="Give simple prompt is enough to achieve good face fidelity",
|
347 |
# placeholder="A photo of a person",
|
348 |
+
value="a photo of a person\na person reading a book\na person wearing a Christmas hat\na Fauvism painting of a person\n",
|
349 |
interactive=True)
|
350 |
choice = gr.Radio(choices=["Create a new character", "Still use this character"], label="Choose your action")
|
351 |
|