Spaces:
Sleeping
Sleeping
Commit
·
c55ef1c
1
Parent(s):
6b356e0
Update app.py
Browse files
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(
|
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():
|