Spaces:
Build error
Build error
-Y!!!!
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def move_files_and_subdirs(source_dir):
|
|
34 |
|
35 |
subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
|
36 |
time.sleep(3)
|
37 |
-
subprocess.run(['pip', 'uninstall', 'pydantic'])
|
38 |
subprocess.run(['pip', 'install', '-U', 'fastapi'])
|
39 |
move_files_and_subdirs("mvsrc")
|
40 |
time.sleep(3)
|
|
|
34 |
|
35 |
subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
|
36 |
time.sleep(3)
|
37 |
+
subprocess.run(['pip', 'uninstall', '-y', 'pydantic'])
|
38 |
subprocess.run(['pip', 'install', '-U', 'fastapi'])
|
39 |
move_files_and_subdirs("mvsrc")
|
40 |
time.sleep(3)
|