Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
|
|
55 |
fn=theaudio,
|
56 |
inputs=gr.Audio(type="filepath"),
|
57 |
outputs="text",
|
58 |
-
title="
|
59 |
-
description="Upload an audio file or record one
|
60 |
)
|
61 |
|
62 |
iface.launch()
|
|
|
55 |
fn=theaudio,
|
56 |
inputs=gr.Audio(type="filepath"),
|
57 |
outputs="text",
|
58 |
+
title="Aud2Text Using CTC",
|
59 |
+
description="Upload an audio file or record one and the AI will transcribe it for you!"
|
60 |
)
|
61 |
|
62 |
iface.launch()
|