From f3101a46c478469f6b55c41920810353e29b54e7 Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Mon, 30 Sep 2024 11:33:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=A3=B0=E9=9F=B3?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tab/go.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tab/go.py b/tab/go.py index 7ae0eeb..9b7f3bd 100644 --- a/tab/go.py +++ b/tab/go.py @@ -155,6 +155,10 @@ def file_select_handler(select_data: SelectData, files): with gr.Accordion(label='配置抢票成功声音提醒[可选]', open=False): with gr.Row(): + gr.Markdown(""" + 目前只支持wav格式,其他格式请自行转换 https://www.freeconvert.com/mp3-to-wav + 或者下载ffmpeg (这个自行网络上搜索,下载比较麻烦 + """) audio_path_ui = gr.Audio( label="上传提示声音[只支持格式wav]", type="filepath", loop=True)