alimboff commited on
Commit
9b50a09
·
verified ·
1 Parent(s): 3b78914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -106,6 +106,7 @@ iface = gr.Interface(
106
  ],
107
  outputs=gr.Audio(label="Output", type='filepath'),
108
  title="KBD TTS",
 
109
  live=False
110
  )
111
 
 
106
  ],
107
  outputs=gr.Audio(label="Output", type='filepath'),
108
  title="KBD TTS",
109
+ article="<p style='text-align: center'>The original model belongs to <a href='https://huggingface.co/anzorq' target='_blank'>anzorq</a></p>",
110
  live=False
111
  )
112