Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ bach = gr.Interface(
|
|
| 263 |
outputs=gr.Label(num_top_classes=4, label="Bach Tumor Type Prediction"),
|
| 264 |
title="Tumor Classification",
|
| 265 |
description="""
|
| 266 |
-
Upload a
|
| 267 |
|
| 268 |
This model uses a custom-trained DinoV2 foundation model for pathology images
|
| 269 |
with a linear classifier for tumor classification.
|
|
@@ -285,7 +285,7 @@ bracs = gr.Interface(
|
|
| 285 |
outputs=gr.Label(num_top_classes=7, label="Bracs Tumor Type Prediction"),
|
| 286 |
title="Tumor Classification",
|
| 287 |
description="""
|
| 288 |
-
Upload a
|
| 289 |
|
| 290 |
This model uses a custom-trained DinoV2 foundation model for pathology images with a linear classifier for tumor classification.
|
| 291 |
|
|
|
|
| 263 |
outputs=gr.Label(num_top_classes=4, label="Bach Tumor Type Prediction"),
|
| 264 |
title="Tumor Classification",
|
| 265 |
description="""
|
| 266 |
+
Upload a breast cancer image to predict the tumor type. Your image must be at 20X magnification, and ideally between 224x224 and 1536x2048 resolution. Do not otherwise modify your image.
|
| 267 |
|
| 268 |
This model uses a custom-trained DinoV2 foundation model for pathology images
|
| 269 |
with a linear classifier for tumor classification.
|
|
|
|
| 285 |
outputs=gr.Label(num_top_classes=7, label="Bracs Tumor Type Prediction"),
|
| 286 |
title="Tumor Classification",
|
| 287 |
description="""
|
| 288 |
+
Upload a breast cancer image to predict the tumor type. Your image must be at 40X magnification. Do not otherwise modify your image.
|
| 289 |
|
| 290 |
This model uses a custom-trained DinoV2 foundation model for pathology images with a linear classifier for tumor classification.
|
| 291 |
|