Commit
·
b0d6d8e
1
Parent(s):
1d1c108
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,5 @@ my_env["HF_SPACE"] = "embed/Arts-of-coding/Corneal_meta-atlas"
|
|
12 |
command = ["mercury", "run", f"0.0.0.0:{os.environ.get('PORT', 7860)}"]
|
13 |
print(command)
|
14 |
worker = Popen(command, env=my_env)
|
15 |
-
worker.wait()
|
|
|
|
12 |
command = ["mercury", "run", f"0.0.0.0:{os.environ.get('PORT', 7860)}"]
|
13 |
print(command)
|
14 |
worker = Popen(command, env=my_env)
|
15 |
+
worker.wait()
|
16 |
+
gr.Interface.load("huggingface/Arts-of-coding/Corneal_meta-atlas",title=title,description=description,article=article,examples=examples,cache_examples=False).launch()
|