Commit
·
41380ea
1
Parent(s):
7eeb4f8
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ my_env = os.environ.copy()
|
|
9 |
# Please set your username and your Space name
|
10 |
#
|
11 |
my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
|
12 |
-
CACHED_FOLDER = "gradio_cached_examples"
|
13 |
os.remove(CACHED_FOLDER)
|
14 |
command = ["mercury", "run", f"0.0.0.0:{os.environ.get('PORT', 7860)}"]
|
15 |
print(command)
|
|
|
9 |
# Please set your username and your Space name
|
10 |
#
|
11 |
my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
|
12 |
+
CACHED_FOLDER = "/home/user/app/gradio_cached_examples"
|
13 |
os.remove(CACHED_FOLDER)
|
14 |
command = ["mercury", "run", f"0.0.0.0:{os.environ.get('PORT', 7860)}"]
|
15 |
print(command)
|