Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ examples = [
|
|
| 127 |
"./examples/line/example3/input.png",
|
| 128 |
["./examples/line/example3/reference_image_0.png",],
|
| 129 |
"line", # style
|
| 130 |
-
|
| 131 |
10, # step
|
| 132 |
3, # top k
|
| 133 |
],]
|
|
|
|
| 127 |
"./examples/line/example3/input.png",
|
| 128 |
["./examples/line/example3/reference_image_0.png",],
|
| 129 |
"line", # style
|
| 130 |
+
4, # seed
|
| 131 |
10, # step
|
| 132 |
3, # top k
|
| 133 |
],]
|