kevinwang676 commited on
Commit
97813ba
1 Parent(s): d546fbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def tts_fn(text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale):
73
  return "Success", (hps.data.sampling_rate, audio)
74
 
75
  image_markdown = ("""
76
- <h1 align="center"><a href="http://www.talktalkai.com"><img src="./linghua.png", alt="talktalkai" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
77
  """)
78
 
79
 
 
73
  return "Success", (hps.data.sampling_rate, audio)
74
 
75
  image_markdown = ("""
76
+ <h1 align="center"><a href="http://www.talktalkai.com"><img src="https://media.9game.cn/gamebase/2021/7/23/227829877.jpg", alt="talktalkai" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
77
  """)
78
 
79