Update demo.py
Browse files
demo.py
CHANGED
@@ -453,7 +453,7 @@ with gr.Blocks(title="The Poor Man's TTS (Experimental 🔧)", theme="Respair/Sh
|
|
453 |
|
454 |
gr.TabbedInterface(
|
455 |
[audio_inf, longform, info_tab, model_details_tab],
|
456 |
-
['
|
457 |
title="The Poor Man's TTS (Experimental)",
|
458 |
theme="Respair/[email protected]"
|
459 |
)
|
|
|
453 |
|
454 |
gr.TabbedInterface(
|
455 |
[audio_inf, longform, info_tab, model_details_tab],
|
456 |
+
['Reference-guided Synthesis','Text-guided Synthesis', 'Intuition & Tips', 'Model Details'],
|
457 |
title="The Poor Man's TTS (Experimental)",
|
458 |
theme="Respair/[email protected]"
|
459 |
)
|