Qi28 commited on
Commit
131abc3
·
verified ·
1 Parent(s): 82f975e

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -129,7 +129,7 @@ subprocess.run(['wget','-O','/home/aistudio/activate_port.py', 'https://hf-mirro
129
  subprocess.run(['wget','-O','/home/aistudio/work/GPT-SoVITS/api.py', 'https://hf-mirror.com/datasets/Qi28/aistudio_TTS/resolve/main/api.py'])
130
  os.chdir('/home/aistudio/work/GPT-SoVITS')
131
 
132
- run_api_script() # 检测环境
133
  execute_commands(port_and_commands_json)
134
 
135
 
 
129
  subprocess.run(['wget','-O','/home/aistudio/work/GPT-SoVITS/api.py', 'https://hf-mirror.com/datasets/Qi28/aistudio_TTS/resolve/main/api.py'])
130
  os.chdir('/home/aistudio/work/GPT-SoVITS')
131
 
132
+ # run_api_script() # 检测环境
133
  execute_commands(port_and_commands_json)
134
 
135