Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def move_files_and_subdirs(source_dir):
|
|
21 |
print(f"Ignoring: {src_path} as it is neither a file nor a directory")
|
22 |
|
23 |
|
24 |
-
subprocess.run(['git', 'clone', 'https://github.com/
|
25 |
time.sleep(3)
|
26 |
move_files_and_subdirs("mvsrc")
|
27 |
print(subprocess.run(['ls']))
|
|
|
21 |
print(f"Ignoring: {src_path} as it is neither a file nor a directory")
|
22 |
|
23 |
|
24 |
+
subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
|
25 |
time.sleep(3)
|
26 |
move_files_and_subdirs("mvsrc")
|
27 |
print(subprocess.run(['ls']))
|