Spaces:
Running
on
Zero
Running
on
Zero
roychao19477
commited on
Commit
·
ef048cb
1
Parent(s):
28e8e25
Update module
Browse files
app.py
CHANGED
@@ -27,8 +27,7 @@ def clone_github():
|
|
27 |
shutil.move(item, os.path.join(".", os.path.basename(item)))
|
28 |
|
29 |
#shutil.rmtree("tmp_repo")
|
30 |
-
subprocess.run(["ls"], check=True)
|
31 |
-
fsefsef
|
32 |
|
33 |
install_mamba()
|
34 |
clone_github()
|
|
|
27 |
shutil.move(item, os.path.join(".", os.path.basename(item)))
|
28 |
|
29 |
#shutil.rmtree("tmp_repo")
|
30 |
+
#subprocess.run(["ls"], check=True)
|
|
|
31 |
|
32 |
install_mamba()
|
33 |
clone_github()
|