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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,6 +186,6 @@ iface = gr.Interface(fn=meta_model.read,
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)
 
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)