Nymbo commited on
Commit
e4e8b2d
·
verified ·
1 Parent(s): 7793f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -55,6 +55,7 @@ def recognition(audio, style=0):
55
  txt = txt.replace('▁', ' ')
56
  return txt
57
 
 
58
 
59
  # input
60
  inputs = [
@@ -91,6 +92,7 @@ interface = gr.Interface(
91
  inputs=inputs,
92
  outputs=output,
93
  title=text,
 
94
  description=description,
95
  article=article,
96
  examples=examples,
 
55
  txt = txt.replace('▁', ' ')
56
  return txt
57
 
58
+ theme="Nymbo/Nymbo_Theme"
59
 
60
  # input
61
  inputs = [
 
92
  inputs=inputs,
93
  outputs=output,
94
  title=text,
95
+ theme=theme,
96
  description=description,
97
  article=article,
98
  examples=examples,