Update app.py
Browse files
app.py
CHANGED
|
@@ -127,9 +127,9 @@ def main():
|
|
| 127 |
with gr.Blocks(title="BreezyVoice 語音合成系統", theme="default") as demo:
|
| 128 |
# Title and About section at the top
|
| 129 |
gr.Markdown("# BreezyVoice 語音合成系統")
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
with gr.Row():
|
| 134 |
gr.Image(value="https://raw.githubusercontent.com/Splend1d/BreezyVoice/main/images/flowchart.png", interactive=False, scale=3)
|
| 135 |
gr.Markdown(
|
|
|
|
| 127 |
with gr.Blocks(title="BreezyVoice 語音合成系統", theme="default") as demo:
|
| 128 |
# Title and About section at the top
|
| 129 |
gr.Markdown("# BreezyVoice 語音合成系統")
|
| 130 |
+
gr.Markdown(
|
| 131 |
+
"""### 僅需5秒語音樣本,就可輸出擬真人聲。"""
|
| 132 |
+
)
|
| 133 |
with gr.Row():
|
| 134 |
gr.Image(value="https://raw.githubusercontent.com/Splend1d/BreezyVoice/main/images/flowchart.png", interactive=False, scale=3)
|
| 135 |
gr.Markdown(
|