Skip to content

Commit 407913e

Browse files
authored
Update easy_gui.py
1 parent 6b217cf commit 407913e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advanced_rvc_inference/app/easy_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create_easy_app(theme=None):
116116
)
117117
input_audio_mic = gr.Audio(
118118
label="OR Record audio.",
119-
source="microphone",
119+
sources="microphone",
120120
type="filepath",
121121
interactive=True,
122122
)

0 commit comments

Comments
 (0)