Ra-Is commited on
Commit
23e8b9e
1 Parent(s): 7026386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  fn=send_audio,
43
  inputs=gr.Audio(type="filepath"), # Expect a file path or file-like object
44
  outputs="text",
45
- title="Speech Translation",
46
  description="Record speech and send for processing.",
47
  )
48
 
 
42
  fn=send_audio,
43
  inputs=gr.Audio(type="filepath"), # Expect a file path or file-like object
44
  outputs="text",
45
+ title="English-Twi Speech Translation",
46
  description="Record speech and send for processing.",
47
  )
48