Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=
|
|
183 |
gr.Markdown(INTROTXT)
|
184 |
gr.DuplicateButton("Duplicate Space")
|
185 |
# gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
|
186 |
-
gr.TabbedInterface([
|
187 |
gr.Markdown("""
|
188 |
the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of use are affiliated with the StyleTTS 2 authors.
|
189 |
""") # Please do not remove this line.
|
|
|
183 |
gr.Markdown(INTROTXT)
|
184 |
gr.DuplicateButton("Duplicate Space")
|
185 |
# gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
|
186 |
+
gr.TabbedInterface([lj, vctk], ['|Text-guided Inference|','With Reference Audio','Text-guided Inference', 'Long Text [Beta]'])
|
187 |
gr.Markdown("""
|
188 |
the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of use are affiliated with the StyleTTS 2 authors.
|
189 |
""") # Please do not remove this line.
|