Richard Neuschulz commited on
Commit
1b29f48
1 Parent(s): 7c16faf

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -89,9 +89,9 @@ with gr.Blocks(css=css) as demo:
89
  remove_and_reupload = gr.ClearButton(value="Remove files and upload new ones", components=files, size="sm")
90
  prompt = gr.Textbox(label="Prompt",
91
  info="Try something like 'a photo of a man/woman/person'",
92
- placeholder="A photo of a [man/woman/person]...",
93
- value="A photo of a man, looking directly at camera, professional photoshoot, plain black shirt, on plain black background, shaved head, trimmed beard, stoic, dynamic lighting")
94
- negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="low quality", value="low quality, worst quality")
95
  style = "Photorealistic"
96
  face_strength = gr.Slider(label="Guidance Scale", info="How much importance is given to the prompt when generating images.", value=7.5, step=0.1, minimum=0, maximum=15)
97
  likeness_strength = gr.Slider(label="Scale", info="How much importance is given to your uploaded files when generating images.", value=1.0, step=0.1, minimum=0, maximum=5)
 
89
  remove_and_reupload = gr.ClearButton(value="Remove files and upload new ones", components=files, size="sm")
90
  prompt = gr.Textbox(label="Prompt",
91
  info="Try something like 'a photo of a man/woman/person'",
92
+ placeholder="A photo of a man/woman/person ...",
93
+ value="")
94
+ negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="low quality", value="low quality")
95
  style = "Photorealistic"
96
  face_strength = gr.Slider(label="Guidance Scale", info="How much importance is given to the prompt when generating images.", value=7.5, step=0.1, minimum=0, maximum=15)
97
  likeness_strength = gr.Slider(label="Scale", info="How much importance is given to your uploaded files when generating images.", value=1.0, step=0.1, minimum=0, maximum=5)