Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ iface = gr.Interface(
|
|
26 |
],
|
27 |
title="Vochai - Transcription",
|
28 |
description=(
|
29 |
-
"Developed by Vochai. For more information, visit [Voch.ai](https://voch.ai) or contact us at [email protected]
|
|
|
30 |
),
|
31 |
)
|
32 |
|
|
|
26 |
],
|
27 |
title="Vochai - Transcription",
|
28 |
description=(
|
29 |
+
"Developed by Vochai. For more information, visit [Voch.ai](https://voch.ai) or contact us at [email protected].\n\n",
|
30 |
+
"N.B. This Tool is for demonstration purposes only, the results may not be 100% accurate and the speed is slower than usual."
|
31 |
),
|
32 |
)
|
33 |
|