rutsam commited on
Commit
3dce7ce
1 Parent(s): 00659e5
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ iface = gr.Interface(
27
  title="Lingala TTS",
28
  description="Logiciel capable de creer de son a partir de texte en Lingala",
29
  layout="vertical",
30
- live=False
 
31
  )
32
  iface.launch(share=False)
33
 
 
27
  title="Lingala TTS",
28
  description="Logiciel capable de creer de son a partir de texte en Lingala",
29
  layout="vertical",
30
+ allow_flagging=False,
31
+ flagging_options=['erreur', 'mauvaise-qualite', 'mauvaise-prononciation'],
32
  )
33
  iface.launch(share=False)
34