Arts-of-coding commited on
Commit
42bac06
·
1 Parent(s): 35e124d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -10,16 +10,7 @@ my_env = os.environ.copy()
10
  #
11
  # Please set your username and your Space name
12
  #
13
-
14
  my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
15
- command = ["rm", "-r","/home/user/.cache"]
16
- print(command)
17
- worker = Popen(command)
18
- worker.wait()
19
- command = ["ls", "-a","/home/user/app/"]
20
- print(command)
21
- worker = Popen(command)
22
- worker.wait()
23
  command = ["ls", "-a","/home/user/.local/lib/python3.8/site-packages/gradio"]
24
  print(command)
25
  worker = Popen(command)
 
10
  #
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/.local/lib/python3.8/site-packages/gradio"]
15
  print(command)
16
  worker = Popen(command)