Update demo.py
Browse files
demo.py
CHANGED
@@ -452,7 +452,7 @@ with gr.Blocks() as model_details_tab:
|
|
452 |
|
453 |
with gr.Blocks(title="The Poor Man's TTS (Experimental 🔧)", theme="Respair/[email protected]") as demo:
|
454 |
# gr.DuplicateButton("Duplicate Space")
|
455 |
-
gr.Markdown(INTROTXT)
|
456 |
|
457 |
|
458 |
gr.TabbedInterface(
|
|
|
452 |
|
453 |
with gr.Blocks(title="The Poor Man's TTS (Experimental 🔧)", theme="Respair/[email protected]") as demo:
|
454 |
# gr.DuplicateButton("Duplicate Space")
|
455 |
+
# gr.Markdown(INTROTXT)
|
456 |
|
457 |
|
458 |
gr.TabbedInterface(
|