startharik commited on
Commit
44b82fc
β€’
1 Parent(s): 170f816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ demo = gr.Interface(
63
  outputs=['text'],
64
  examples=examples,
65
  cache_examples=False,
66
- title='ASR TRANSDUCER from Mesolitica',
67
- description='check out accuracy on test set at https://malaya-speech.readthedocs.io/en/latest/load-stt-transducer-model.html'
68
  )
69
 
70
  demo.launch(server_name='0.0.0.0')
 
63
  outputs=['text'],
64
  examples=examples,
65
  cache_examples=False,
66
+ title='ASR TRANSDUCER - TNB VOICE',
67
+ description='Fastest'
68
  )
69
 
70
  demo.launch(server_name='0.0.0.0')