kira4424 commited on
Commit
43e698f
·
1 Parent(s): 9562dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,6 +111,6 @@ def new_main():
111
 
112
  if __name__=="__main__":
113
  voice = Mandarin()
114
- voice.setVoice(audio.name)
115
- voice.say("加载成功")
116
  new_main()
 
111
 
112
  if __name__=="__main__":
113
  voice = Mandarin()
114
+ # voice.setVoice(audio.name)
115
+ # voice.say("加载成功")
116
  new_main()