Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,6 @@ if not os.path.exists(DIFFSYNTH_PATH):
|
|
23 |
f"Ensure PusaV1 is correctly cloned and folder structure is intact."
|
24 |
)
|
25 |
|
26 |
-
if os.path.exists(setup_file):
|
27 |
-
subprocess.run([sys.executable, setup_file, "install"], check=False)
|
28 |
|
29 |
|
30 |
|
|
|
23 |
f"Ensure PusaV1 is correctly cloned and folder structure is intact."
|
24 |
)
|
25 |
|
|
|
|
|
26 |
|
27 |
|
28 |
|