Respair commited on
Commit
cf3e534
1 Parent(s): 5d88b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -169,15 +169,9 @@ with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=
169
  gr.Markdown(INTROTXT)
170
  gr.DuplicateButton("Duplicate Space")
171
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
172
- gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'do not use this option','Text-guided Inference', 'Long Text [Beta]'])
173
  gr.Markdown("""
174
  the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of use are affiliated with the StyleTTS 2 authors.
175
-
176
- Run the orginal (English-only) demo locally using Docker:
177
-
178
- ```bash
179
- docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all registry.hf.space/styletts2-styletts2:latest python app.py
180
- ```
181
  """) # Please do not remove this line.
182
  if __name__ == "__main__":
183
  # demo.queue(api_open=False, max_size=15).launch(show_api=False)
 
169
  gr.Markdown(INTROTXT)
170
  gr.DuplicateButton("Duplicate Space")
171
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'Text-guided Inference', 'Long Text [Beta]'])
172
+ gr.TabbedInterface([vctk, clone, lj], ['With Reference Audio', '|do not use this option|','Text-guided Inference', 'Long Text [Beta]'])
173
  gr.Markdown("""
174
  the base code was borrowed from -> [mrfakename](https://twitter.com/realmrfakename). Neither of use are affiliated with the StyleTTS 2 authors.
 
 
 
 
 
 
175
  """) # Please do not remove this line.
176
  if __name__ == "__main__":
177
  # demo.queue(api_open=False, max_size=15).launch(show_api=False)