Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ async def create_demo():
|
|
| 33 |
voices = await get_voices()
|
| 34 |
|
| 35 |
description = """
|
| 36 |
-
|
| 37 |
|
| 38 |
"""
|
| 39 |
|
|
@@ -49,7 +49,7 @@ async def create_demo():
|
|
| 49 |
gr.Audio(label="Generated Audio", type="filepath"),
|
| 50 |
gr.Markdown(label="Warning", visible=False)
|
| 51 |
],
|
| 52 |
-
title="
|
| 53 |
description=description,
|
| 54 |
article="",
|
| 55 |
analytics_enabled=False,
|
|
|
|
| 33 |
voices = await get_voices()
|
| 34 |
|
| 35 |
description = """
|
| 36 |
+
|
| 37 |
|
| 38 |
"""
|
| 39 |
|
|
|
|
| 49 |
gr.Audio(label="Generated Audio", type="filepath"),
|
| 50 |
gr.Markdown(label="Warning", visible=False)
|
| 51 |
],
|
| 52 |
+
title="",
|
| 53 |
description=description,
|
| 54 |
article="",
|
| 55 |
analytics_enabled=False,
|