Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ with gr.Blocks() as demo:
|
|
41 |
btn_15 = gr.Button("Run")
|
42 |
output = gr.Image(label="Result")
|
43 |
gr.Examples(examples=[
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
|
48 |
|
49 |
btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
|
|
|
41 |
btn_15 = gr.Button("Run")
|
42 |
output = gr.Image(label="Result")
|
43 |
gr.Examples(examples=[
|
44 |
+
"a beautiful woman, full body visible, walking pose, red dress wear, direct frontal gaze, white color background, realritics photo, 16k",
|
45 |
+
"a beautiful woman, full body visible, direct frontal gaze, white color background, realritics photo, 16k",
|
46 |
+
"a beautiful woman, full body visible, model pose, direct frontal gaze, white color background, realritics photo, 16k"
|
47 |
], inputs=[prompt], outputs=[output], fn=run_hidiffusion)
|
48 |
|
49 |
btn.click(fn=run_hidiffusion, inputs=[prompt, negative_prompt], outputs=[output])
|