Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def main():
|
|
131 |
"""### 僅需5秒語音樣本,就可輸出擬真人聲。"""
|
132 |
)
|
133 |
with gr.Row():
|
134 |
-
gr.Image(value="https://
|
135 |
gr.Markdown(
|
136 |
"""#### 此沙盒使用 Huggingface CPU,請預期大於200 秒的推理時間,您可以考慮以下方法加速:
|
137 |
1. **強烈建議**複製這個 Space(Duplicate this space),以分散流量!
|
|
|
131 |
"""### 僅需5秒語音樣本,就可輸出擬真人聲。"""
|
132 |
)
|
133 |
with gr.Row():
|
134 |
+
gr.Image(value="https://huggingface.co/spaces/Splend1dchan/BreezyVoice-Playground/resolve/main/flowchart.png", interactive=False, scale=3)
|
135 |
gr.Markdown(
|
136 |
"""#### 此沙盒使用 Huggingface CPU,請預期大於200 秒的推理時間,您可以考慮以下方法加速:
|
137 |
1. **強烈建議**複製這個 Space(Duplicate this space),以分散流量!
|