Update demo.py
Browse files
demo.py
CHANGED
@@ -439,7 +439,7 @@ with gr.Blocks() as model_details_tab:
|
|
439 |
|
440 |
with gr.Blocks(title="The Poor Man's TTS (Experimental 🔧)", theme="Respair/[email protected]") as demo:
|
441 |
# gr.DuplicateButton("Duplicate Space")
|
442 |
-
gr.Markdown(INTROTXT)
|
443 |
|
444 |
|
445 |
gr.TabbedInterface(
|
|
|
439 |
|
440 |
with gr.Blocks(title="The Poor Man's TTS (Experimental 🔧)", theme="Respair/[email protected]") as demo:
|
441 |
# gr.DuplicateButton("Duplicate Space")
|
442 |
+
# gr.Markdown(INTROTXT)
|
443 |
|
444 |
|
445 |
gr.TabbedInterface(
|