Update webui.py
Browse files
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='
|
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),
|