Spaces:
Running
Running
alxndrkalinin commited on
Commit ·
6d1b025
1
Parent(s): 69723c2
update biohub logo on the page
Browse files- app.py +6 -4
- misc/czb_mark.png +0 -0
- misc/czbsf_logo.png +0 -0
app.py
CHANGED
|
@@ -165,9 +165,11 @@ if __name__ == "__main__":
|
|
| 165 |
# Title and description
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 169 |
<a href="https://www.czbiohub.org/sf/" target="_blank">
|
| 170 |
-
<
|
|
|
|
|
|
|
| 171 |
</a>
|
| 172 |
<div class='title-block'> Robust virtual staining of landmark organelles with Cytoland </div>
|
| 173 |
</div>
|
|
@@ -182,7 +184,7 @@ if __name__ == "__main__":
|
|
| 182 |
<p><b>Note:</b> The model works well with QPI, and sometimes generalizes to phase contrast and DIC.<br>
|
| 183 |
It was trained primarily on HEK293T, BJ5, and A549 cells imaged at 20x. <br>
|
| 184 |
We continue to diagnose and improve generalization<p>
|
| 185 |
-
<p>Check out our
|
| 186 |
<p> For training your own model and analyzing large amounts of data, use our <a href='https://github.com/mehta-lab/VisCy/tree/main/examples/virtual_staining/dlmbl_exercise' target='_blank'>GitHub repository</a>.</p>
|
| 187 |
</div>
|
| 188 |
"""
|
|
@@ -396,7 +398,7 @@ if __name__ == "__main__":
|
|
| 396 |
gr.HTML(
|
| 397 |
"""
|
| 398 |
<div class='article-block'>
|
| 399 |
-
<li>1. <a href='https://
|
| 400 |
<li>2. <a href='https://sartorius-research.github.io/LIVECell/' target='_blank'>Edlund et. al. LIVECEll-A large-scale dataset for label-free live cell segmentation</a></li>
|
| 401 |
<li>3. <a href='https://celltrackingchallenge.net/' target='_blank'>Maska et. al.,The cell tracking challenge: 10 years of objective benchmarking </a></li>
|
| 402 |
<li>4. <a href='https://elifesciences.org/articles/55502' target='_blank'>Guo et. al., Revealing architectural order with quantitative label-free imaging and deep learning</a></li>
|
|
|
|
| 165 |
# Title and description
|
| 166 |
gr.HTML(
|
| 167 |
"""
|
| 168 |
+
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
|
| 169 |
<a href="https://www.czbiohub.org/sf/" target="_blank">
|
| 170 |
+
<div style="height: 60px; overflow: hidden; display: flex; align-items: center; justify-content: center;">
|
| 171 |
+
<img src="https://huggingface.co/spaces/compmicro-czb/VirtualStaining/resolve/main/misc/biohub_logo.png" style="width: 300px; height: auto; object-fit: contain;">
|
| 172 |
+
</div>
|
| 173 |
</a>
|
| 174 |
<div class='title-block'> Robust virtual staining of landmark organelles with Cytoland </div>
|
| 175 |
</div>
|
|
|
|
| 184 |
<p><b>Note:</b> The model works well with QPI, and sometimes generalizes to phase contrast and DIC.<br>
|
| 185 |
It was trained primarily on HEK293T, BJ5, and A549 cells imaged at 20x. <br>
|
| 186 |
We continue to diagnose and improve generalization<p>
|
| 187 |
+
<p>Check out our paper: <a href='https://doi.org/10.1038/s42256-025-01046-2' target='_blank'><i>Liu et al., Robust virtual staining of landmark organelles with Cytoland</i></a></p>
|
| 188 |
<p> For training your own model and analyzing large amounts of data, use our <a href='https://github.com/mehta-lab/VisCy/tree/main/examples/virtual_staining/dlmbl_exercise' target='_blank'>GitHub repository</a>.</p>
|
| 189 |
</div>
|
| 190 |
"""
|
|
|
|
| 398 |
gr.HTML(
|
| 399 |
"""
|
| 400 |
<div class='article-block'>
|
| 401 |
+
<li>1. <a href='https://doi.org/10.1038/s42256-025-01046-2' target='_blank'>Liu et al., Robust virtual staining of landmark organelles with Cytoland</a></li>
|
| 402 |
<li>2. <a href='https://sartorius-research.github.io/LIVECell/' target='_blank'>Edlund et. al. LIVECEll-A large-scale dataset for label-free live cell segmentation</a></li>
|
| 403 |
<li>3. <a href='https://celltrackingchallenge.net/' target='_blank'>Maska et. al.,The cell tracking challenge: 10 years of objective benchmarking </a></li>
|
| 404 |
<li>4. <a href='https://elifesciences.org/articles/55502' target='_blank'>Guo et. al., Revealing architectural order with quantitative label-free imaging and deep learning</a></li>
|
misc/czb_mark.png
DELETED
|
Binary file (35.5 kB)
|
|
|
misc/czbsf_logo.png
DELETED
|
Binary file (16.9 kB)
|
|
|