Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ iface = gr.Interface(
|
|
23 |
"textbox",
|
24 |
"state"
|
25 |
],
|
|
|
|
|
26 |
live=True
|
27 |
)
|
28 |
|
|
|
23 |
"textbox",
|
24 |
"state"
|
25 |
],
|
26 |
+
title = "Speech to Text en Wolof"
|
27 |
+
description = "C'est une application qui traduit en temps reel un audio en Wolof en texte."
|
28 |
live=True
|
29 |
)
|
30 |
|