Spaces:
Running
on
Zero
Running
on
Zero
smaller matterhorn file
Browse files- app.py +2 -2
- files/{matterhorn.png → matterhorn.jpg} +2 -2
app.py
CHANGED
|
@@ -408,7 +408,7 @@ with gr.Blocks(
|
|
| 408 |
minimum=4,
|
| 409 |
maximum=50,
|
| 410 |
step=1,
|
| 411 |
-
value=
|
| 412 |
)
|
| 413 |
lr_latent = gr.Number(
|
| 414 |
DEFAULT_lr_latent,
|
|
@@ -522,7 +522,7 @@ with gr.Blocks(
|
|
| 522 |
l_thumb = os.path.basename(path_thumb)
|
| 523 |
d_thumb = os.path.dirname(path_thumb)
|
| 524 |
l_image, l_sparse, clicks = {
|
| 525 |
-
"thumb_matterhorn_clicks.jpg": ["matterhorn.
|
| 526 |
[TILE_CHAR, "2", 495, 1573, '#%02x%02x%02x' % get_wrapped_color(0)],
|
| 527 |
[TILE_CHAR, "3", 1062, 1550, '#%02x%02x%02x' % get_wrapped_color(1)],
|
| 528 |
]],
|
|
|
|
| 408 |
minimum=4,
|
| 409 |
maximum=50,
|
| 410 |
step=1,
|
| 411 |
+
value=15,
|
| 412 |
)
|
| 413 |
lr_latent = gr.Number(
|
| 414 |
DEFAULT_lr_latent,
|
|
|
|
| 522 |
l_thumb = os.path.basename(path_thumb)
|
| 523 |
d_thumb = os.path.dirname(path_thumb)
|
| 524 |
l_image, l_sparse, clicks = {
|
| 525 |
+
"thumb_matterhorn_clicks.jpg": ["matterhorn.jpg", None, [
|
| 526 |
[TILE_CHAR, "2", 495, 1573, '#%02x%02x%02x' % get_wrapped_color(0)],
|
| 527 |
[TILE_CHAR, "3", 1062, 1550, '#%02x%02x%02x' % get_wrapped_color(1)],
|
| 528 |
]],
|
files/{matterhorn.png → matterhorn.jpg}
RENAMED
|
File without changes
|