vonewman commited on
Commit
88e1acc
·
1 Parent(s): d600582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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