Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=
|
|
242 |
# gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
|
243 |
gr.TabbedInterface([lj, vctk], ['|Text-guided Inference|','With Reference Audio','Text-guided Inference', 'Long Text [Beta]'])
|
244 |
gr.Markdown("""
|
245 |
-
the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of us are affiliated with the StyleTTS 2 authors.
|
246 |
""") # Please do not remove this line.
|
247 |
if __name__ == "__main__":
|
248 |
# demo.queue(api_open=False, max_size=15).launch(show_api=False)
|
|
|
242 |
# gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
|
243 |
gr.TabbedInterface([lj, vctk], ['|Text-guided Inference|','With Reference Audio','Text-guided Inference', 'Long Text [Beta]'])
|
244 |
gr.Markdown("""
|
245 |
+
the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of us are affiliated with the StyleTTS 2's authors.
|
246 |
""") # Please do not remove this line.
|
247 |
if __name__ == "__main__":
|
248 |
# demo.queue(api_open=False, max_size=15).launch(show_api=False)
|