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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if __name__ == '__main__':
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)
54
  tts_voice = gr.Dropdown(choices= tts_get_voices_list(), visible = True)
 
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="file/Herta-Svc/herta.png">'
52
  '</div>')
53
  tts_text = gr.Textbox(label="TTS text (100 words limitation)", visible = True)
54
  tts_voice = gr.Dropdown(choices= tts_get_voices_list(), visible = True)