Update server.py
Browse files
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 |
|