Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as demo:
|
|
177 |
with gr.Accordion("Advanced options", open=False):
|
178 |
with gr.Row():
|
179 |
cfg_weight_input = gr.Slider(minimum=1, maximum=10, value=5, step=0.5, label="CFG Weight")
|
180 |
-
t2i_temperature = gr.Slider(minimum=0, maximum=
|
181 |
seed_input = gr.Number(label="Seed (Optional)", precision=0, value=1234)
|
182 |
|
183 |
examples_t2i = gr.Examples(
|
|
|
177 |
with gr.Accordion("Advanced options", open=False):
|
178 |
with gr.Row():
|
179 |
cfg_weight_input = gr.Slider(minimum=1, maximum=10, value=5, step=0.5, label="CFG Weight")
|
180 |
+
t2i_temperature = gr.Slider(minimum=0, maximum=1, value=1.0, step=0.05, label="temperature")
|
181 |
seed_input = gr.Number(label="Seed (Optional)", precision=0, value=1234)
|
182 |
|
183 |
examples_t2i = gr.Examples(
|