Spaces:
Running on Zero
Running on Zero
download
Browse files
app.py
CHANGED
|
@@ -610,7 +610,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS) as demo:
|
|
| 610 |
t2i_gallery_out = gr.Gallery(label="Generated Images", columns=3, height="auto")
|
| 611 |
with gr.Row(equal_height=True):
|
| 612 |
with gr.Column(scale=2):
|
| 613 |
-
t2i_color = gr.Dropdown(choices=COLOR_MAPS, value="Green (GFP)", label="Pseudocolor (Adjust after generation)"
|
| 614 |
with gr.Column(scale=2):
|
| 615 |
t2i_colorbar = gr.Image(label="Colorbar", show_label=False, container=False, height=40, show_download_button=False, interactive=False)
|
| 616 |
with gr.Column(scale=1):
|
|
@@ -704,7 +704,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS) as demo:
|
|
| 704 |
m2i_seed = gr.Number(label="Seed", value=42)
|
| 705 |
m2i_btn = gr.Button("Generate", variant="primary")
|
| 706 |
with gr.Column(scale=2):
|
| 707 |
-
m2i_gal_out = gr.Gallery(label="Generated Samples", columns=5, height="auto"
|
| 708 |
with gr.Row(equal_height=True):
|
| 709 |
with gr.Column(scale=2):
|
| 710 |
m2i_color = gr.Dropdown(choices=COLOR_MAPS, value="Grayscale", label="Pseudocolor")
|
|
|
|
| 610 |
t2i_gallery_out = gr.Gallery(label="Generated Images", columns=3, height="auto")
|
| 611 |
with gr.Row(equal_height=True):
|
| 612 |
with gr.Column(scale=2):
|
| 613 |
+
t2i_color = gr.Dropdown(choices=COLOR_MAPS, value="Green (GFP)", label="Pseudocolor (Adjust after generation)")
|
| 614 |
with gr.Column(scale=2):
|
| 615 |
t2i_colorbar = gr.Image(label="Colorbar", show_label=False, container=False, height=40, show_download_button=False, interactive=False)
|
| 616 |
with gr.Column(scale=1):
|
|
|
|
| 704 |
m2i_seed = gr.Number(label="Seed", value=42)
|
| 705 |
m2i_btn = gr.Button("Generate", variant="primary")
|
| 706 |
with gr.Column(scale=2):
|
| 707 |
+
m2i_gal_out = gr.Gallery(label="Generated Samples", columns=5, height="auto")
|
| 708 |
with gr.Row(equal_height=True):
|
| 709 |
with gr.Column(scale=2):
|
| 710 |
m2i_color = gr.Dropdown(choices=COLOR_MAPS, value="Grayscale", label="Pseudocolor")
|
example_images_sr/{00000001.tif β CCPs.tif}
RENAMED
|
File without changes
|
example_images_sr/{00000007.tif β ER.tif}
RENAMED
|
File without changes
|
example_images_sr/{00000010.tif β F-actin.tif}
RENAMED
|
File without changes
|
example_images_sr/{00000003.tif β Microtubules.tif}
RENAMED
|
File without changes
|