Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ SAMPLER_MAP = {
|
|
31 |
}
|
32 |
|
33 |
def inference(
|
34 |
-
control_image:
|
35 |
prompt: str,
|
36 |
negative_prompt: str,
|
37 |
guidance_scale: float = 8.0,
|
|
|
31 |
}
|
32 |
|
33 |
def inference(
|
34 |
+
control_image: Image.Image,
|
35 |
prompt: str,
|
36 |
negative_prompt: str,
|
37 |
guidance_scale: float = 8.0,
|