Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def king(type ,
|
|
64 |
input_image ,
|
65 |
instruction: str ,
|
66 |
negative_prompt: str ="",
|
67 |
-
enhance_prompt: bool = True
|
68 |
steps: int = 25,
|
69 |
randomize_seed: bool = False,
|
70 |
seed: int = 2404,
|
|
|
64 |
input_image ,
|
65 |
instruction: str ,
|
66 |
negative_prompt: str ="",
|
67 |
+
enhance_prompt: bool = True,
|
68 |
steps: int = 25,
|
69 |
randomize_seed: bool = False,
|
70 |
seed: int = 2404,
|