Skip to content

Commit d85cecf

Browse files
committed
Fixed TypeError
OpenMotionLab#54
1 parent a56b09f commit d85cecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def bot_example(history, responses):
513513
container=False)
514514

515515
with gr.Row():
516-
aud = gr.Audio(source="microphone",
516+
aud = gr.Audio(sources=["microphone"],
517517
label="Speak input",
518518
type='filepath')
519519
btn = gr.UploadButton("📁 Upload motion",

0 commit comments

Comments
 (0)