Arts-of-coding commited on
Commit
9b7f20f
·
1 Parent(s): 76c224d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,9 +11,9 @@ my_env = os.environ.copy()
11
  # Please set your username and your Space name
12
  #
13
  my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
14
- command = ["ls", "-a","/home/user/.cache"]
15
  print(command)
16
- worker = Popen(command)
17
  worker.wait()
18
  command = ["ls", "-a","/home/user/app/"]
19
  print(command)
 
11
  # Please set your username and your Space name
12
  #
13
  my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
14
+ command = ["rm", "-r","/home/user/.cache"]
15
  print(command)
16
+ worker = Popen(command)
17
  worker.wait()
18
  command = ["ls", "-a","/home/user/app/"]
19
  print(command)