next-playground commited on
Commit
c846ac8
·
verified ·
1 Parent(s): 5bf7e24

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -45,7 +45,7 @@ def audio_model_inference(file, output_folder, model_path, denoise, margin, chun
45
 
46
  # Gradio 界面组件
47
  inputs = [
48
- gr.File(label="源音频文件", type='filepath', file_count=1),
49
  gr.Textbox(label="输出文件夹", value="./"),
50
  gr.Textbox(label="模型路径", value="./models/MDX_Net_Models/UVR-MDX-NET-Inst_HQ_3.onnx"),
51
  gr.Checkbox(label="启用降噪", value=False),
 
45
 
46
  # Gradio 界面组件
47
  inputs = [
48
+ gr.File(label="源音频文件", type='filepath', file_count='single'),
49
  gr.Textbox(label="输出文件夹", value="./"),
50
  gr.Textbox(label="模型路径", value="./models/MDX_Net_Models/UVR-MDX-NET-Inst_HQ_3.onnx"),
51
  gr.Checkbox(label="启用降噪", value=False),