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