Baghdad99 commited on
Commit
035bf95
·
1 Parent(s): c78b859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Hausa to English translation using speech recognition and text-to-speech synthesis."
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()