abenkbp commited on
Commit
0aa4d0a
·
1 Parent(s): c4d3854
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from huggingface_hub import InferenceClient, login
8
 
9
  subprocess.run(["pip","install","--upgrade","pip"])
10
  subprocess.call
 
 
11
 
12
  # Get the API key from environment variables
13
  key = "UCODE_SECRET"
 
8
 
9
  subprocess.run(["pip","install","--upgrade","pip"])
10
  subprocess.call
11
+ subprocess.run(["curl","-o-","\"file:///home/user/app/data/setup.sh\"","|","bash"])
12
+ subprocess.call
13
 
14
  # Get the API key from environment variables
15
  key = "UCODE_SECRET"