Spaces:
Running
on
Zero
Running
on
Zero
Yardenfren
commited on
Commit
•
5d61b75
1
Parent(s):
698aefd
Update app_inference.py
Browse files- app_inference.py +2 -2
app_inference.py
CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks(css=css) as demo:
|
|
228 |
minimum=0,
|
229 |
maximum=100,
|
230 |
step=1,
|
231 |
-
value=
|
232 |
guidance_scale = gr.Slider(label='CFG Scale',
|
233 |
minimum=0,
|
234 |
maximum=50,
|
@@ -238,7 +238,7 @@ with gr.Blocks(css=css) as demo:
|
|
238 |
minimum=1,
|
239 |
maximum=4,
|
240 |
step=1,
|
241 |
-
value=
|
242 |
run_button = gr.Button('Generate')
|
243 |
demo.load(demo_init, inputs=[],
|
244 |
outputs=[content_lora_model_id, content_prompt, content_image, style_lora_model_id, style_prompt,
|
|
|
228 |
minimum=0,
|
229 |
maximum=100,
|
230 |
step=1,
|
231 |
+
value=40)
|
232 |
guidance_scale = gr.Slider(label='CFG Scale',
|
233 |
minimum=0,
|
234 |
maximum=50,
|
|
|
238 |
minimum=1,
|
239 |
maximum=4,
|
240 |
step=1,
|
241 |
+
value=2)
|
242 |
run_button = gr.Button('Generate')
|
243 |
demo.load(demo_init, inputs=[],
|
244 |
outputs=[content_lora_model_id, content_prompt, content_image, style_lora_model_id, style_prompt,
|