Rooni commited on
Commit
cdc1174
·
verified ·
1 Parent(s): 3367bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
131
  "width": width,
132
  "height": height,
133
  # },
134
- "negative_prompt": is_negative,
135
  "scheduler": sampler
136
  }
137
  }
 
131
  "width": width,
132
  "height": height,
133
  # },
134
+ # "negative_prompt": is_negative,
135
  "scheduler": sampler
136
  }
137
  }