srinivasbilla commited on
Commit
3a20400
Β·
verified Β·
1 Parent(s): d86fff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -148,12 +148,20 @@ with gr.Blocks() as app_tts:
148
  outputs=[audio_output],
149
  )
150
 
 
 
 
 
 
 
 
 
151
  with gr.Blocks() as app:
152
  gr.Markdown(
153
  """
154
  # llasa 3b TTS
155
 
156
- This is a local web UI for llasa 3b zero shot voice cloning and tts
157
 
158
  The checkpoints support English and Chinese.
159
 
 
148
  outputs=[audio_output],
149
  )
150
 
151
+ with gr.Blocks() as app_credits:
152
+ gr.Markdown("""
153
+ # Credits
154
+
155
+ * [zhenye234](https://github.com/zhenye234) for the original [repo](https://github.com/zhenye234/LLaSA_training)
156
+ * [mrfakename](https://huggingface.co/mrfakename) for the [gradio demo code](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
157
+ """)
158
+
159
  with gr.Blocks() as app:
160
  gr.Markdown(
161
  """
162
  # llasa 3b TTS
163
 
164
+ This is a local web UI for llasa 3b SOTA(imo) Zero Shot Voice Cloning and TTS model.
165
 
166
  The checkpoints support English and Chinese.
167