Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 70 |
max_lines=1,
|
| 71 |
placeholder="Enter your prompt",
|
| 72 |
container=False,
|
| 73 |
-
value="a naked busty young German female at the nudist beach, realistic impure skin, very realistic body, very huge saggy breasts, severe macromastia, detailed realistic face, gigantomastia, candid"
|
| 74 |
)
|
| 75 |
|
| 76 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
|
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 118 |
minimum=0.0,
|
| 119 |
maximum=10.0,
|
| 120 |
step=0.1,
|
| 121 |
-
value=
|
| 122 |
)
|
| 123 |
|
| 124 |
num_inference_steps = gr.Slider(
|
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 126 |
minimum=1,
|
| 127 |
maximum=50,
|
| 128 |
step=1,
|
| 129 |
-
value=
|
| 130 |
)
|
| 131 |
|
| 132 |
|
|
|
|
| 70 |
max_lines=1,
|
| 71 |
placeholder="Enter your prompt",
|
| 72 |
container=False,
|
| 73 |
+
value="a naked busty 15yo young German female at the nudist beach, realistic impure skin, very realistic body, very huge saggy breasts, severe macromastia, detailed realistic face, gigantomastia, candid"
|
| 74 |
)
|
| 75 |
|
| 76 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
|
|
|
| 118 |
minimum=0.0,
|
| 119 |
maximum=10.0,
|
| 120 |
step=0.1,
|
| 121 |
+
value=4.5, # Replace with defaults that work for your model
|
| 122 |
)
|
| 123 |
|
| 124 |
num_inference_steps = gr.Slider(
|
|
|
|
| 126 |
minimum=1,
|
| 127 |
maximum=50,
|
| 128 |
step=1,
|
| 129 |
+
value=25, # Replace with defaults that work for your model
|
| 130 |
)
|
| 131 |
|
| 132 |
|