Spaces:
Running
Running
antoinedelplace
commited on
Commit
Β·
d6e7fd3
1
Parent(s):
3809556
Add YAML config to readme
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# H&E to IHC translation
|
2 |
Based on Adaptive Supervised PatchNCE Loss for Learning H&E-to-IHC Stain Translation with Inconsistent Groundtruth Image Pairs (MICCAI 2023)
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: H&E to IHC translation
|
3 |
+
emoji: π₯
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.7.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# H&E to IHC translation
|
13 |
Based on Adaptive Supervised PatchNCE Loss for Learning H&E-to-IHC Stain Translation with Inconsistent Groundtruth Image Pairs (MICCAI 2023)
|
14 |
|