Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
import
|
|
|
|
| 2 |
import healspace
|
|
|
|
| 3 |
|
| 4 |
def demo_function():
|
| 5 |
# HealSpace guardian seal
|
|
|
|
| 1 |
+
import subprocess, sys
|
| 2 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", "healspace==0.1.0"])
|
| 3 |
import healspace
|
| 4 |
+
import gradio as gr
|
| 5 |
|
| 6 |
def demo_function():
|
| 7 |
# HealSpace guardian seal
|