wangqinghehe commited on
Commit
3c67a84
·
1 Parent(s): 638275e

0516_zerogpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 at the beach\na person reading a book\na person wearing a Christmas hat\n",
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