update
Browse files
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"
|