AP123 commited on
Commit
811e3ea
1 Parent(s): 7b65afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ SAMPLER_MAP = {
31
  }
32
 
33
  def inference(
34
- control_image: 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,