ovi054 commited on
Commit
f734bc5
·
verified ·
1 Parent(s): cb40c7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def generate(prompt, negative_prompt, width, height, num_inference_steps, option
146
  num_frames=1,
147
  num_inference_steps=num_inference_steps,
148
  guidance_scale=float(guidance_scale),
149
- guidance_scale_2=float(guidance_scale_2),
150
  )
151
  image = output.frames[0][0]
152
  image = (image * 255).astype(np.uint8)
 
146
  num_frames=1,
147
  num_inference_steps=num_inference_steps,
148
  guidance_scale=float(guidance_scale),
149
+ # guidance_scale_2=float(guidance_scale_2),
150
  )
151
  image = output.frames[0][0]
152
  image = (image * 255).astype(np.uint8)