Spaces:
Sleeping
Sleeping
Add request parameter to analyze_slide function signature
Browse files- src/mosaic/analysis.py +1 -0
src/mosaic/analysis.py
CHANGED
|
@@ -384,6 +384,7 @@ def analyze_slide(
|
|
| 384 |
ihc_subtype="",
|
| 385 |
num_workers=4,
|
| 386 |
progress=gr.Progress(track_tqdm=True),
|
|
|
|
| 387 |
):
|
| 388 |
"""Analyze a whole slide image for cancer subtype and biomarker prediction.
|
| 389 |
|
|
|
|
| 384 |
ihc_subtype="",
|
| 385 |
num_workers=4,
|
| 386 |
progress=gr.Progress(track_tqdm=True),
|
| 387 |
+
request: gr.Request = None,
|
| 388 |
):
|
| 389 |
"""Analyze a whole slide image for cancer subtype and biomarker prediction.
|
| 390 |
|