DamarJati commited on
Commit
4e325de
·
verified ·
1 Parent(s): 6fa0492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
38
 
39
  # Generate image using the pipeline
40
  image = pipe(
41
- prompt=f"{prompt} {trigger_word}",
42
  num_inference_steps=steps,
43
  guidance_scale=cfg_scale,
44
  width=width,
 
38
 
39
  # Generate image using the pipeline
40
  image = pipe(
41
+ prompt="prompt",
42
  num_inference_steps=steps,
43
  guidance_scale=cfg_scale,
44
  width=width,