Merunes commited on
Commit
a3f3340
·
verified ·
1 Parent(s): b66cd46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def infer(
40
  generator = torch.Generator().manual_seed(seed)
41
 
42
  image = pipe(
43
- model_id = model_id
44
  prompt=prompt,
45
  negative_prompt=negative_prompt,
46
  guidance_scale=guidance_scale,
 
40
  generator = torch.Generator().manual_seed(seed)
41
 
42
  image = pipe(
43
+ model_id = model_id,
44
  prompt=prompt,
45
  negative_prompt=negative_prompt,
46
  guidance_scale=guidance_scale,