Aki004 commited on
Commit
b811c33
1 Parent(s): c9e0fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ if __name__ == '__main__':
46
  with gr.Blocks() as app:
47
  with gr.Tabs():
48
  with gr.TabItem('Herta'):
49
- cover = gr.markdown('<div align="center">'
 
50
  f'<img style="width:auto;height:300px;" src="Herta-Svc/herta.png">'
51
  '</div>')
52
  tts_text = gr.Textbox(label="TTS text (100 words limitation)", visible = True)
 
46
  with gr.Blocks() as app:
47
  with gr.Tabs():
48
  with gr.TabItem('Herta'):
49
+ title = gr.Label('Herta Sovits Model')
50
+ cover = gr.Markdown('<div align="center">'
51
  f'<img style="width:auto;height:300px;" src="Herta-Svc/herta.png">'
52
  '</div>')
53
  tts_text = gr.Textbox(label="TTS text (100 words limitation)", visible = True)