Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|