Spaces:
Runtime error
Runtime error
roychao19477
commited on
Commit
·
903984d
1
Parent(s):
3700826
Update module
Browse files
app.py
CHANGED
|
@@ -27,7 +27,8 @@ def clone_github():
|
|
| 27 |
shutil.move(item, os.path.join(".", os.path.basename(item)))
|
| 28 |
|
| 29 |
shutil.rmtree("tmp_repo")
|
| 30 |
-
|
|
|
|
| 31 |
|
| 32 |
install_mamba()
|
| 33 |
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()
|