Respair commited on
Commit
fb18ef6
1 Parent(s): 1a0eadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([vctk, lj], ['With Reference Audio', '|do not use this option|','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.
 
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.