faceless-void commited on
Commit
c4b297a
Β·
verified Β·
1 Parent(s): 56fc556

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -486,6 +486,12 @@ pretrained on 100M+ histopathology patches). A FiLM-based stain embedding allows
486
  - **Classifier-free guidance (CFG)**: 10% class dropout and 10% UNI dropout during training
487
  enables tunable generation strength at inference time.
488
 
 
 
 
 
 
 
489
  ### Disclaimer
490
 
491
  This is a **research tool** for exploratory analysis. It is not intended for clinical diagnosis
@@ -496,7 +502,10 @@ and has not undergone regulatory validation. Generated stains should not be used
496
  # ── Footer ───────────────────────────────────────────────────
497
  gr.HTML("""
498
  <p style="text-align:center; padding:1rem; color:#999; font-size:0.8rem;">
499
- UNIStainNet | Built with Gradio
 
 
 
500
  </p>
501
  """)
502
 
 
486
  - **Classifier-free guidance (CFG)**: 10% class dropout and 10% UNI dropout during training
487
  enables tunable generation strength at inference time.
488
 
489
+ ### Links
490
+
491
+ - **Paper**: [arXiv:2603.12716](https://arxiv.org/abs/2603.12716)
492
+ - **Code**: [github.com/facevoid/UNIStainNet](https://github.com/facevoid/UNIStainNet)
493
+ - **Project Page**: [facevoid.github.io/UNIStainNet](https://facevoid.github.io/UNIStainNet/)
494
+
495
  ### Disclaimer
496
 
497
  This is a **research tool** for exploratory analysis. It is not intended for clinical diagnosis
 
502
  # ── Footer ───────────────────────────────────────────────────
503
  gr.HTML("""
504
  <p style="text-align:center; padding:1rem; color:#999; font-size:0.8rem;">
505
+ UNIStainNet |
506
+ <a href="https://arxiv.org/abs/2603.12716" style="color:#888; text-decoration:none;">arXiv</a> |
507
+ <a href="https://github.com/facevoid/UNIStainNet" style="color:#888; text-decoration:none;">GitHub</a> |
508
+ <a href="https://facevoid.github.io/UNIStainNet/" style="color:#888; text-decoration:none;">Project Page</a>
509
  </p>
510
  """)
511