Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|