Spaces:
Paused
Paused
Linoy Tsaban
commited on
Commit
·
4322a7e
1
Parent(s):
b08f997
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,13 +251,14 @@ def get_example():
|
|
| 251 |
'examples/car_output.png',
|
| 252 |
|
| 253 |
|
| 254 |
-
|
| 255 |
2,2,
|
| 256 |
False, False,
|
| 257 |
50,
|
| 258 |
25,
|
| 259 |
7.5,
|
| 260 |
-
0.65, 0.8
|
|
|
|
| 261 |
|
| 262 |
],
|
| 263 |
[
|
|
@@ -268,13 +269,14 @@ def get_example():
|
|
| 268 |
'examples/girl_with_pearl_earring_output.png',
|
| 269 |
|
| 270 |
|
| 271 |
-
|
| 272 |
3,2,
|
| 273 |
False,False,
|
| 274 |
50,
|
| 275 |
25,
|
| 276 |
5,
|
| 277 |
-
0.97, 0.95
|
|
|
|
| 278 |
|
| 279 |
],
|
| 280 |
|
|
@@ -292,7 +294,9 @@ def get_example():
|
|
| 292 |
50,
|
| 293 |
25,
|
| 294 |
7,
|
| 295 |
-
0.9, 0.9
|
|
|
|
|
|
|
| 296 |
|
| 297 |
],
|
| 298 |
|
|
@@ -850,6 +854,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 850 |
tar_cfg_scale,
|
| 851 |
threshold_1,
|
| 852 |
threshold_2,
|
|
|
|
| 853 |
sega_concepts_counter
|
| 854 |
],
|
| 855 |
outputs=[share_btn_container, box1, concept_1, guidnace_scale_1,neg_guidance_1, row1, row2,box2, concept_2, guidnace_scale_2,neg_guidance_2,row2, row3,sega_concepts_counter],
|
|
|
|
| 251 |
'examples/car_output.png',
|
| 252 |
|
| 253 |
|
| 254 |
+
13,7,
|
| 255 |
2,2,
|
| 256 |
False, False,
|
| 257 |
50,
|
| 258 |
25,
|
| 259 |
7.5,
|
| 260 |
+
0.65, 0.8,
|
| 261 |
+
890000000
|
| 262 |
|
| 263 |
],
|
| 264 |
[
|
|
|
|
| 269 |
'examples/girl_with_pearl_earring_output.png',
|
| 270 |
|
| 271 |
|
| 272 |
+
4,7,
|
| 273 |
3,2,
|
| 274 |
False,False,
|
| 275 |
50,
|
| 276 |
25,
|
| 277 |
5,
|
| 278 |
+
0.97, 0.95,
|
| 279 |
+
1900000000
|
| 280 |
|
| 281 |
],
|
| 282 |
|
|
|
|
| 294 |
50,
|
| 295 |
25,
|
| 296 |
7,
|
| 297 |
+
0.9, 0.9,
|
| 298 |
+
1900000000
|
| 299 |
+
|
| 300 |
|
| 301 |
],
|
| 302 |
|
|
|
|
| 854 |
tar_cfg_scale,
|
| 855 |
threshold_1,
|
| 856 |
threshold_2,
|
| 857 |
+
seed,
|
| 858 |
sega_concepts_counter
|
| 859 |
],
|
| 860 |
outputs=[share_btn_container, box1, concept_1, guidnace_scale_1,neg_guidance_1, row1, row2,box2, concept_2, guidnace_scale_2,neg_guidance_2,row2, row3,sega_concepts_counter],
|