Onyxl commited on
Commit
51db31d
·
verified ·
1 Parent(s): 8ecfe96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,5 +1,7 @@
1
- import gradio as gr
 
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