Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,8 +161,8 @@ examples = [
|
|
| 161 |
10
|
| 162 |
],
|
| 163 |
[
|
| 164 |
-
"./assets/example_7/input.
|
| 165 |
-
["./assets/example_7/ref1.
|
| 166 |
"Sketch_Shading",
|
| 167 |
"640x640",
|
| 168 |
2,
|
|
@@ -567,7 +567,7 @@ with gr.Blocks() as demo:
|
|
| 567 |
examples=examples,
|
| 568 |
inputs=[input_image, reference_images, input_style, resolution, seed, num_inference_steps],
|
| 569 |
label="Examples",
|
| 570 |
-
examples_per_page=
|
| 571 |
)
|
| 572 |
gr.HTML('<a href="https://github.com/TencentARC/ColorFlow"><img src="https://img.shields.io/github/stars/TencentARC/ColorFlow" alt="GitHub Stars"></a>')
|
| 573 |
gr.Markdown(article)
|
|
|
|
| 161 |
10
|
| 162 |
],
|
| 163 |
[
|
| 164 |
+
"./assets/example_7/input.jpg",
|
| 165 |
+
["./assets/example_7/ref1.jpg", "./assets/example_7/ref2.jpg", "./assets/example_7/ref3.jpg", "./assets/example_7/ref4.jpg"],
|
| 166 |
"Sketch_Shading",
|
| 167 |
"640x640",
|
| 168 |
2,
|
|
|
|
| 567 |
examples=examples,
|
| 568 |
inputs=[input_image, reference_images, input_style, resolution, seed, num_inference_steps],
|
| 569 |
label="Examples",
|
| 570 |
+
examples_per_page=8,
|
| 571 |
)
|
| 572 |
gr.HTML('<a href="https://github.com/TencentARC/ColorFlow"><img src="https://img.shields.io/github/stars/TencentARC/ColorFlow" alt="GitHub Stars"></a>')
|
| 573 |
gr.Markdown(article)
|