Spaces:
Sleeping
Sleeping
Olaolu Olugbenle commited on
Commit ·
0ad9c5b
1
Parent(s): 909d8d8
updated input to microphone only
Browse files
app.py
CHANGED
|
@@ -319,6 +319,7 @@ with gr.Blocks(title="Olùkọ́ | Learn Yoruba") as app:
|
|
| 319 |
|
| 320 |
# User input microphone
|
| 321 |
mic_recorder = gr.Audio(
|
|
|
|
| 322 |
type="filepath",
|
| 323 |
label="🎙️",
|
| 324 |
show_label=True
|
|
|
|
| 319 |
|
| 320 |
# User input microphone
|
| 321 |
mic_recorder = gr.Audio(
|
| 322 |
+
sources="microphone"
|
| 323 |
type="filepath",
|
| 324 |
label="🎙️",
|
| 325 |
show_label=True
|