Explorar el Código

流式推理音频添加下载按钮 (#268)

* Update webui.py

流式推理音频添加下载按钮

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
刘悦 hace 1 año
padre
commit
6a0f25d96e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/webui.py

+ 1 - 0
tools/webui.py

@@ -357,6 +357,7 @@ def build_app():
                         streaming=True,
                         autoplay=True,
                         interactive=False,
+                        show_download_button=True,
                     )
                 with gr.Row():
                     with gr.Column(scale=3):