Spaces:
Build error
Build error
startharik
commited on
Commit
·
44b82fc
1
Parent(s):
170f816
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,8 @@ demo = gr.Interface(
|
|
63 |
outputs=['text'],
|
64 |
examples=examples,
|
65 |
cache_examples=False,
|
66 |
-
title='ASR TRANSDUCER
|
67 |
-
description='
|
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')
|