Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
|
|
67 |
inputs=gr.inputs.Audio(source="microphone"), # Change this line
|
68 |
outputs=gr.outputs.Audio(type="numpy"),
|
69 |
title="English to Hausa Translation",
|
70 |
-
description="Realtime demo for
|
71 |
)
|
72 |
|
73 |
iface.launch()
|
|
|
67 |
inputs=gr.inputs.Audio(source="microphone"), # Change this line
|
68 |
outputs=gr.outputs.Audio(type="numpy"),
|
69 |
title="English to Hausa Translation",
|
70 |
+
description="Realtime demo for English to Hausa translation using speech recognition and text-to-speech synthesis."
|
71 |
)
|
72 |
|
73 |
iface.launch()
|