Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,9 @@ from classes import CytofImage, CytofCohort, CytofImageTiff
|
|
| 15 |
from cytof.hyperion_preprocess import cytof_read_data_roi
|
| 16 |
from cytof.utils import show_color_table
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
OUTDIR = './output'
|
| 19 |
|
| 20 |
def cytof_tiff_eval(file_path, marker_path, cytof_state):
|
|
|
|
| 15 |
from cytof.hyperion_preprocess import cytof_read_data_roi
|
| 16 |
from cytof.utils import show_color_table
|
| 17 |
|
| 18 |
+
import shutil
|
| 19 |
+
shutil.rmtree("/root/.cache/huggingface", ignore_errors=True)
|
| 20 |
+
|
| 21 |
OUTDIR = './output'
|
| 22 |
|
| 23 |
def cytof_tiff_eval(file_path, marker_path, cytof_state):
|