Spaces:
Running
Running
FredZhang7
commited on
Commit
•
b40d171
1
Parent(s):
ff7ca5c
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
import os
|
2 |
|
3 |
-
os.system("wget https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-aarch64-linux-android-build1.zip")
|
4 |
-
os.system("unzip aria2-1.36.0-aarch64-linux-android-build1.zip")
|
5 |
-
os.system("cd aria2-1.36.0-aarch64-linux-android-build1")
|
6 |
-
os.system("mv aria2c /usr/local/bin")
|
7 |
-
|
8 |
user_home = r"/home/user/app"
|
9 |
os.chdir(user_home)
|
10 |
#clone stable-diffusion-webui repo
|
|
|
1 |
import os
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
user_home = r"/home/user/app"
|
4 |
os.chdir(user_home)
|
5 |
#clone stable-diffusion-webui repo
|