Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -592,12 +592,15 @@ examples = [
|
|
| 592 |
|
| 593 |
with gr.Blocks(analytics_enabled=False) as demo:
|
| 594 |
with gr.Row():
|
| 595 |
-
with gr.Column(
|
| 596 |
gr.Markdown(
|
| 597 |
"""
|
| 598 |
## <img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/coqui-log-green-TTS.png" height="56"/>
|
| 599 |
"""
|
| 600 |
)
|
|
|
|
|
|
|
|
|
|
| 601 |
|
| 602 |
with gr.Row():
|
| 603 |
with gr.Column():
|
|
|
|
| 592 |
|
| 593 |
with gr.Blocks(analytics_enabled=False) as demo:
|
| 594 |
with gr.Row():
|
| 595 |
+
with gr.Column():
|
| 596 |
gr.Markdown(
|
| 597 |
"""
|
| 598 |
## <img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/coqui-log-green-TTS.png" height="56"/>
|
| 599 |
"""
|
| 600 |
)
|
| 601 |
+
with gr.Column():
|
| 602 |
+
# placeholder to align the image
|
| 603 |
+
pass
|
| 604 |
|
| 605 |
with gr.Row():
|
| 606 |
with gr.Column():
|