Flux9665 commited on
Commit
8ef481d
1 Parent(s): 4ee44ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -181,11 +181,11 @@ iface = gr.Interface(fn=meta_model.read,
181
  gr.outputs.Audio(type="file", label="Reference-Voice 3"),
182
  gr.outputs.Audio(type="numpy", label="Customized Audio")],
183
  layout="vertical",
184
- title="IMS Toucan Speech Customization through Voice Cloning Demo",
185
  thumbnail="Utility/toucan.png",
186
  theme="default",
187
  allow_flagging="never",
188
  allow_screenshot=False,
189
- description="In this demo, an audio is split automatically into individual sentences. Then each of the sentences is re-synthesized into speech with the exact same prosody, but with a voice that you can choose. This allows customizing any existing read speech while retaining as much from the original reading as possible. Unfortunately, we cannot show you the reference audio and the reference voices ahead of time, so they will be displayed together with the resulting cloned speech.",
190
  article=article)
191
  iface.launch(enable_queue=True)
 
181
  gr.outputs.Audio(type="file", label="Reference-Voice 3"),
182
  gr.outputs.Audio(type="numpy", label="Customized Audio")],
183
  layout="vertical",
184
+ title="IMS Toucan - Speech Customization through Voice Cloning",
185
  thumbnail="Utility/toucan.png",
186
  theme="default",
187
  allow_flagging="never",
188
  allow_screenshot=False,
189
+ description="<p style='text-align: left'>In this demo, an audio is split automatically into individual sentences. Then each of the sentences is re-synthesized into speech with the exact same prosody, but with a voice that you can choose. This allows customizing any existing read speech while retaining as much from the original reading as possible. Unfortunately, we cannot show you the reference audio and the reference voices ahead of time, so they will be displayed together with the resulting cloned speech.</p>",
190
  article=article)
191
  iface.launch(enable_queue=True)