Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ 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 |
-
import shutil
|
| 19 |
-
shutil.rmtree("/root/.cache/huggingface", ignore_errors=True)
|
| 20 |
|
| 21 |
OUTDIR = './output'
|
| 22 |
|
|
|
|
| 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 |
|