panjiariputra commited on
Commit
5e700fc
1 Parent(s): 35b91d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -23,5 +23,15 @@ gr.Interface(
23
  ],
24
  outputs="text",
25
  title='Indonesian Speech Recognition',
26
- live = True
 
 
 
 
 
 
 
 
 
 
27
  ).launch()
 
23
  ],
24
  outputs="text",
25
  title='Indonesian Speech Recognition',
26
+ description= (
27
+ "<p style='text-align: justify'>"
28
+ "&emsp; This web application is an Indonesian speech recognition built using the XLSR-53 pre-trained model. You can use this web application in two ways: (1) Using microphone as input; and (2) Uploading audio file which will then be processed as input. You cannot use both at the same time nor can it be left blank. This speech recognition can be implemented for certain purposes."
29
+ "</p>"
30
+
31
+ "<p style='text-align: justify'>"
32
+ "For offers and information please contact: <br> • panji.arisaputra@binus.ac.id <br> • amalia.zahra@binus.ac.id"
33
+ "</p>"
34
+ ),
35
+ live = True,
36
+ allow_flagging="never"
37
  ).launch()