DurreSudoku commited on
Commit
c55ef1c
·
1 Parent(s): 6b356e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(title="Interactive Language Learning") as demo:
67
  """)
68
  with gr.Row():
69
  with gr.Column():
70
- audio = gr.Audio(source="microphone", type="filepath", label="Record your answer here")
71
  with gr.Column():
72
  image = gr.Image(value=open_image(),type="pil")
73
  with gr.Row():
 
67
  """)
68
  with gr.Row():
69
  with gr.Column():
70
+ audio = gr.Audio(sources="microphone", type="filepath", label="Record your answer here")
71
  with gr.Column():
72
  image = gr.Image(value=open_image(),type="pil")
73
  with gr.Row():