Commit
·
76c224d
1
Parent(s):
654fb43
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ 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
|
15 |
print(command)
|
16 |
worker = Popen(command)
|
17 |
worker.wait()
|
|
|
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()
|