rahul7star commited on
Commit
45a2c8c
·
verified ·
1 Parent(s): 02f7f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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