Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|