fangjiang commited on
Commit
777dfbf
·
1 Parent(s): e5c257a

add clean up command and storage track

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -20,9 +20,6 @@ import shutil
20
  shutil.rmtree("/home/user/.cache/huggingface", ignore_errors=True)
21
  shutil.rmtree("/home/user/.cache/torch", ignore_errors=True)
22
 
23
- import os
24
- os.system("du -h --max-depth=2 /home/user/.cache")
25
-
26
  OUTDIR = './output'
27
 
28
  def cytof_tiff_eval(file_path, marker_path, cytof_state):
 
20
  shutil.rmtree("/home/user/.cache/huggingface", ignore_errors=True)
21
  shutil.rmtree("/home/user/.cache/torch", ignore_errors=True)
22
 
 
 
 
23
  OUTDIR = './output'
24
 
25
  def cytof_tiff_eval(file_path, marker_path, cytof_state):