zhiweili
commited on
Commit
·
ad3284c
1
Parent(s):
423ba5e
fix SyntaxError
Browse files- app_base.py +1 -1
app_base.py
CHANGED
@@ -35,7 +35,7 @@ def create_demo() -> gr.Blocks:
|
|
35 |
generate_size: int,
|
36 |
enhance_scale: int = 2,
|
37 |
pre_upscale: bool = True,
|
38 |
-
upscale_prompt: str,
|
39 |
pre_upscale_steps: int = 10,
|
40 |
):
|
41 |
w2 = 1.0
|
|
|
35 |
generate_size: int,
|
36 |
enhance_scale: int = 2,
|
37 |
pre_upscale: bool = True,
|
38 |
+
upscale_prompt: str = "a person with perfect face",
|
39 |
pre_upscale_steps: int = 10,
|
40 |
):
|
41 |
w2 = 1.0
|