Spaces:
Running
on
Zero
Running
on
Zero
update example
Browse files
app.py
CHANGED
@@ -431,10 +431,10 @@ def ui():
|
|
431 |
|
432 |
ex = gr.Examples(
|
433 |
[
|
434 |
-
["./data/content/27032.jpg","./data/style/27.jpg",4,0.8,0.5,8427921159605868845],
|
435 |
-
["./data/content/29812.jpg","./data/style/47.jpg",4,0.5,0.65,8119359809263726691],
|
436 |
],
|
437 |
-
[source_image, style_image, num_steps,strength, mix_q_scale, seed_textbox],
|
438 |
[
|
439 |
"Example 1",
|
440 |
],)
|
|
|
431 |
|
432 |
ex = gr.Examples(
|
433 |
[
|
434 |
+
["./data/content/27032.jpg","./data/style/27.jpg",4,0.8,0.5,8,8427921159605868845],
|
435 |
+
["./data/content/29812.jpg","./data/style/47.jpg",4,0.5,0.65,11,8119359809263726691],
|
436 |
],
|
437 |
+
[source_image, style_image, num_steps,strength, mix_q_scale, start_ac_layer, seed_textbox],
|
438 |
[
|
439 |
"Example 1",
|
440 |
],)
|