Spaces:
Build error
Build error
Sang-Hoon Lee
commited on
Commit
•
acfbdfa
1
Parent(s):
a36f8e7
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def main():
|
|
230 |
["Hello I'm HierSpeech++", "./example/reference_1.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
231 |
]
|
232 |
)
|
233 |
-
demo_play.launch(
|
234 |
|
235 |
if __name__ == '__main__':
|
236 |
main()
|
|
|
230 |
["Hello I'm HierSpeech++", "./example/reference_1.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
231 |
]
|
232 |
)
|
233 |
+
demo_play.launch()
|
234 |
|
235 |
if __name__ == '__main__':
|
236 |
main()
|