Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
d3a881c
1
Parent(s):
80d7600
First commit
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def install_mamba():
|
|
11 |
#subprocess.run(shlex.split("pip install numpy==1.26.4"))
|
12 |
|
13 |
def clone_github():
|
14 |
-
subprocess.run("git clone https://
|
15 |
|
16 |
install_mamba()
|
17 |
clone_github()
|
|
|
11 |
#subprocess.run(shlex.split("pip install numpy==1.26.4"))
|
12 |
|
13 |
def clone_github():
|
14 |
+
subprocess.run("git clone https://RoyChao19477:[email protected]/RoyChao19477/HF_secret_for_AVSE.git")
|
15 |
|
16 |
install_mamba()
|
17 |
clone_github()
|