Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -478,7 +478,7 @@ with gr.Blocks() as demo:
|
|
| 478 |
# image_input,
|
| 479 |
# video_input,
|
| 480 |
# video_strength,
|
| 481 |
-
num_inference_steps=
|
| 482 |
guidance_scale=7.0, # NOT Changed
|
| 483 |
seed=seed_value,
|
| 484 |
progress=progress,
|
|
|
|
| 478 |
# image_input,
|
| 479 |
# video_input,
|
| 480 |
# video_strength,
|
| 481 |
+
num_inference_steps=20, # Changed from 50
|
| 482 |
guidance_scale=7.0, # NOT Changed
|
| 483 |
seed=seed_value,
|
| 484 |
progress=progress,
|