Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
eb0fa23
1
Parent(s):
26f3c98
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ def edit(input_image,
|
|
| 187 |
edit_guidance_scale=[guidnace_scale_1,guidnace_scale_2,guidnace_scale_3],
|
| 188 |
edit_threshold=[threshold_1, threshold_2, threshold_3],
|
| 189 |
edit_momentum_scale=0,
|
| 190 |
-
edit_mom_beta=0
|
| 191 |
eta=1,
|
| 192 |
use_cross_attn_mask=use_cross_attn_mask,
|
| 193 |
use_intersect_mask=use_intersect_mask
|
|
|
|
| 187 |
edit_guidance_scale=[guidnace_scale_1,guidnace_scale_2,guidnace_scale_3],
|
| 188 |
edit_threshold=[threshold_1, threshold_2, threshold_3],
|
| 189 |
edit_momentum_scale=0,
|
| 190 |
+
edit_mom_beta=0,
|
| 191 |
eta=1,
|
| 192 |
use_cross_attn_mask=use_cross_attn_mask,
|
| 193 |
use_intersect_mask=use_intersect_mask
|