Jirat Jaturanpinyo commited on
Commit
a8d20c1
verified
1 Parent(s): 9e4559d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -14,7 +14,4 @@ subprocess.run(['7z', 'x', 'voicevox_engine-linux-cpu-0.19.1.7z.001'])
14
  subprocess.run(['rm', 'voicevox_engine-linux-cpu-0.19.1.7z.001'])
15
 
16
  # Clone voicevox engine repository
17
- subprocess.run(['git', 'clone', 'https://github.com/VOICEVOX/voicevox_engine', '-q'])
18
-
19
- # Install necessary packages for voicevox engine and llama.cpp public url
20
- subprocess.run(['npm', 'install', '-g', 'localtunnel', '-q'])
 
14
  subprocess.run(['rm', 'voicevox_engine-linux-cpu-0.19.1.7z.001'])
15
 
16
  # Clone voicevox engine repository
17
+ subprocess.run(['git', 'clone', 'https://github.com/VOICEVOX/voicevox_engine', '-q'])