Spaces:
Running
on
Zero
Running
on
Zero
ResearcherXman
commited on
Commit
·
6e2805f
1
Parent(s):
43ea383
init demo
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def run_for_examples(style_image, source_image, prompt, scale, control_scale):
|
|
| 135 |
control_scale=control_scale,
|
| 136 |
guidance_scale=5,
|
| 137 |
num_samples=1,
|
| 138 |
-
num_inference_steps=
|
| 139 |
seed=42,
|
| 140 |
target="Load only style blocks",
|
| 141 |
neg_content_prompt="",
|
|
@@ -331,4 +331,4 @@ with block:
|
|
| 331 |
|
| 332 |
gr.Markdown(article)
|
| 333 |
|
| 334 |
-
block.launch(
|
|
|
|
| 135 |
control_scale=control_scale,
|
| 136 |
guidance_scale=5,
|
| 137 |
num_samples=1,
|
| 138 |
+
num_inference_steps=20,
|
| 139 |
seed=42,
|
| 140 |
target="Load only style blocks",
|
| 141 |
neg_content_prompt="",
|
|
|
|
| 331 |
|
| 332 |
gr.Markdown(article)
|
| 333 |
|
| 334 |
+
block.launch()
|