Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|