Spaces:
Sleeping
Sleeping
update IMC time reference
Browse files
app.py
CHANGED
|
@@ -400,7 +400,7 @@ with gr.Blocks() as demo:
|
|
| 400 |
cohort_state = gr.State(CytofCohort())
|
| 401 |
with gr.Row(): # feature extraction related functinos
|
| 402 |
with gr.Column():
|
| 403 |
-
gr.CheckboxGroup(choices=['Yes', 'Yes', 'Yes'], label='Note: This step will take significantly longer than the previous ones. A
|
| 404 |
norm_percentile = gr.Slider(minimum=50, maximum=99, step=1, value=75, interactive=True, label='Normalized quantification percentile')
|
| 405 |
extract_btn = gr.Button('Extract')
|
| 406 |
feat_df = gr.DataFrame(headers=['id','coordinate_x','coordinate_y','area_nuclei'], label='Feature extraction summary')
|
|
|
|
| 400 |
cohort_state = gr.State(CytofCohort())
|
| 401 |
with gr.Row(): # feature extraction related functinos
|
| 402 |
with gr.Column():
|
| 403 |
+
gr.CheckboxGroup(choices=['Yes', 'Yes', 'Yes'], label='Note: This step will take significantly longer than the previous ones. A 130MB IMC file takes about 14 minutes to compute. Did you read this note?')
|
| 404 |
norm_percentile = gr.Slider(minimum=50, maximum=99, step=1, value=75, interactive=True, label='Normalized quantification percentile')
|
| 405 |
extract_btn = gr.Button('Extract')
|
| 406 |
feat_df = gr.DataFrame(headers=['id','coordinate_x','coordinate_y','area_nuclei'], label='Feature extraction summary')
|