next-playground commited on
Commit
8ab8384
·
verified ·
1 Parent(s): 6002556

Update webui.py

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