Spaces:
Sleeping
Sleeping
254 commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ demo = gr.Interface(
|
|
| 25 |
fn=transcribe,
|
| 26 |
inputs=gr.Audio(type="filepath"), # Allow file uploads
|
| 27 |
outputs=["text", gr.Image(type="filepath")], # Output both text and image
|
| 28 |
-
title="
|
| 29 |
-
description="Upload an audio file to transcribe it to text and view a word cloud of the text."
|
| 30 |
)
|
| 31 |
|
| 32 |
# Launch the app
|
|
|
|
| 25 |
fn=transcribe,
|
| 26 |
inputs=gr.Audio(type="filepath"), # Allow file uploads
|
| 27 |
outputs=["text", gr.Image(type="filepath")], # Output both text and image
|
| 28 |
+
title="SAUTI_V1",
|
| 29 |
+
description="Upload an audio file to transcribe it to text and view a word cloud of the text. Disclaimer: This might run slow due to it been hosted on free tier"
|
| 30 |
)
|
| 31 |
|
| 32 |
# Launch the app
|