sanjeevbora commited on
Commit
ec646e7
·
verified ·
1 Parent(s): e6bc249

commenting # negative_prompt = negative_prompt,

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
34
 
35
  image = pipe(
36
  prompt = prompt,
37
- negative_prompt = negative_prompt,
38
  guidance_scale = guidance_scale,
39
  num_inference_steps = num_inference_steps,
40
  width = width,
 
34
 
35
  image = pipe(
36
  prompt = prompt,
37
+ # negative_prompt = negative_prompt,
38
  guidance_scale = guidance_scale,
39
  num_inference_steps = num_inference_steps,
40
  width = width,