zhuowen commited on
Commit
93b584d
·
verified ·
1 Parent(s): 4037225

Update app.py

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