Spaces:
Sleeping
Sleeping
zhuowen
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ def tts_new(text,path,voice='zh-CN-XiaoxiaoMultilingualNeural',rate=-8):
|
|
76 |
response = requests.post(url, data=payload)
|
77 |
with open(path, "wb") as f:
|
78 |
f.write(response.content)
|
|
|
79 |
|
80 |
def model_data(model_name):
|
81 |
# global n_spk, tgt_sr, net_g, vc, cpt, version, index_file
|
|
|
76 |
response = requests.post(url, data=payload)
|
77 |
with open(path, "wb") as f:
|
78 |
f.write(response.content)
|
79 |
+
print(f"文件路径:{edge_output_filename}")
|
80 |
|
81 |
def model_data(model_name):
|
82 |
# global n_spk, tgt_sr, net_g, vc, cpt, version, index_file
|