Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,9 @@ if __name__ == '__main__':
|
|
46 |
with gr.Blocks() as app:
|
47 |
with gr.Tabs():
|
48 |
with gr.TabItem('Herta'):
|
|
|
|
|
|
|
49 |
tts_text = gr.Textbox(label="TTS text (100 words limitation)", visible = True)
|
50 |
tts_voice = gr.Dropdown(choices= tts_get_voices_list(), visible = True)
|
51 |
audio_output = gr.Audio(label="Output Audio")
|
|
|
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)
|
53 |
tts_voice = gr.Dropdown(choices= tts_get_voices_list(), visible = True)
|
54 |
audio_output = gr.Audio(label="Output Audio")
|