Spaces:
Build error
Build error
mrfakename
commited on
Commit
•
412afee
1
Parent(s):
67ae407
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ def move_files_and_subdirs(source_dir):
|
|
37 |
|
38 |
subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
|
39 |
time.sleep(3)
|
40 |
-
subprocess.run(['pip', 'uninstall', '-y', 'pydantic', '
|
41 |
-
subprocess.run(['pip', 'install', '-U', '
|
42 |
move_files_and_subdirs("mvsrc")
|
43 |
time.sleep(3)
|
44 |
serving = subprocess.Popen(['python', 'fam/llm/serving.py', '--huggingface_repo_id', 'metavoiceio/metavoice-1B-v0.1'])
|
|
|
37 |
|
38 |
subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
|
39 |
time.sleep(3)
|
40 |
+
subprocess.run(['pip', 'uninstall', '-y', 'pydantic', 'spacy'])
|
41 |
+
subprocess.run(['pip', 'install', '-U', 'fastapi'])
|
42 |
move_files_and_subdirs("mvsrc")
|
43 |
time.sleep(3)
|
44 |
serving = subprocess.Popen(['python', 'fam/llm/serving.py', '--huggingface_repo_id', 'metavoiceio/metavoice-1B-v0.1'])
|