Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
7eca8c3
1
Parent(s):
fe3aded
Update app.py
Browse files
app.py
CHANGED
@@ -306,19 +306,23 @@ def get_example():
|
|
306 |
def swap_visibilities(input_image,
|
307 |
edit_concept_1,
|
308 |
edit_concept_2,
|
309 |
-
|
310 |
sega_edited_image,
|
311 |
guidnace_scale_1,
|
312 |
guidnace_scale_2,
|
|
|
313 |
warmup_1,
|
314 |
warmup_2,
|
|
|
315 |
neg_guidance_1,
|
316 |
neg_guidance_2,
|
|
|
317 |
steps,
|
318 |
skip,
|
319 |
tar_cfg_scale,
|
320 |
threshold_1,
|
321 |
threshold_2,
|
|
|
322 |
sega_concepts_counter
|
323 |
|
324 |
):
|
|
|
306 |
def swap_visibilities(input_image,
|
307 |
edit_concept_1,
|
308 |
edit_concept_2,
|
309 |
+
edit_concept_3,
|
310 |
sega_edited_image,
|
311 |
guidnace_scale_1,
|
312 |
guidnace_scale_2,
|
313 |
+
guidnace_scale_3,
|
314 |
warmup_1,
|
315 |
warmup_2,
|
316 |
+
warmup_3,
|
317 |
neg_guidance_1,
|
318 |
neg_guidance_2,
|
319 |
+
neg_guidance_3,
|
320 |
steps,
|
321 |
skip,
|
322 |
tar_cfg_scale,
|
323 |
threshold_1,
|
324 |
threshold_2,
|
325 |
+
threshold_3,
|
326 |
sega_concepts_counter
|
327 |
|
328 |
):
|