Spaces:
Sleeping
Sleeping
fangjiang commited on
Commit ·
89bca80
1
Parent(s): e71063b
initial update
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🌖
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.8.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
app.py
CHANGED
|
@@ -379,13 +379,13 @@ with gr.Blocks() as demo:
|
|
| 379 |
|
| 380 |
gr.Markdown('<div class="h-1">Step 1. Upload images</div>')
|
| 381 |
gr.Markdown('<div class="h-2">You may upload one or two files depending on your use case.</div>')
|
| 382 |
-
gr.Markdown('<div class="h-2">Case 1: Upload a single file
|
| 383 |
gr.Markdown('<div class="h-2"><ul><li>upload a TXT or CSV file that contains information about antibodies, rare heavy metal isotopes, and image channel names.</li>'
|
| 384 |
'<li>files are following the CyTOF, IMC, or multiplex data convention.</li>'
|
| 385 |
'</ul></div>')
|
| 386 |
gr.Markdown('<div class="h-2">Case 2: Upload multiple files</div>')
|
| 387 |
-
gr.Markdown('<div class="h-2"><ul><li>upload a TIFF file containing Regions of Interest (ROIs) stored as multiplexed images. <a href="https://qbrc.swmed.edu/labs/xiaoxie/download/multiplex/example_image.tiff" download target="_blank">
|
| 388 |
-
'<li>upload a Marker File listing the channels to identify the antibodies. <a href="https://github.com/QBRC/multiTAP/blob/main/example_data/markers_labels.txt" download target="_blank">
|
| 389 |
'</ul></div><hr>')
|
| 390 |
|
| 391 |
|
|
|
|
| 379 |
|
| 380 |
gr.Markdown('<div class="h-1">Step 1. Upload images</div>')
|
| 381 |
gr.Markdown('<div class="h-2">You may upload one or two files depending on your use case.</div>')
|
| 382 |
+
gr.Markdown('<div class="h-2">Case 1: Upload a single file</div>')
|
| 383 |
gr.Markdown('<div class="h-2"><ul><li>upload a TXT or CSV file that contains information about antibodies, rare heavy metal isotopes, and image channel names.</li>'
|
| 384 |
'<li>files are following the CyTOF, IMC, or multiplex data convention.</li>'
|
| 385 |
'</ul></div>')
|
| 386 |
gr.Markdown('<div class="h-2">Case 2: Upload multiple files</div>')
|
| 387 |
+
gr.Markdown('<div class="h-2"><ul><li>upload a TIFF file containing Regions of Interest (ROIs) stored as multiplexed images. <a href="https://qbrc.swmed.edu/labs/xiaoxie/download/multiplex/example_image.tiff" download target="_blank">Example ROI</a></li>'
|
| 388 |
+
'<li>upload a Marker File listing the channels to identify the antibodies. <a href="https://github.com/QBRC/multiTAP/blob/main/example_data/markers_labels.txt" download target="_blank">Example Marker File</a></li>'
|
| 389 |
'</ul></div><hr>')
|
| 390 |
|
| 391 |
|