Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ demo = gr.Interface(
|
|
| 28 |
fn=interface,
|
| 29 |
inputs=[gr.Dropdown(['Hausa', 'English', 'Yoruba'], value = 'Hausa', label='Select Your Prefered Language'), gr.Audio(source ='microphone', type='filepath')],
|
| 30 |
outputs="text",
|
| 31 |
-
live=
|
| 32 |
)
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
fn=interface,
|
| 29 |
inputs=[gr.Dropdown(['Hausa', 'English', 'Yoruba'], value = 'Hausa', label='Select Your Prefered Language'), gr.Audio(source ='microphone', type='filepath')],
|
| 30 |
outputs="text",
|
| 31 |
+
live=True
|
| 32 |
)
|
| 33 |
|
| 34 |
|