Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ css = """
|
|
95 |
|
96 |
# Gradio blocks demo
|
97 |
with gr.Blocks(css=css) as demo_blocks:
|
98 |
-
with gr.
|
99 |
gr.Markdown(title, elem_id="intro")
|
100 |
with gr.Column():
|
101 |
inp_text = gr.Textbox(label="Input Text", info="What would you like VITS to synthesise?")
|
|
|
95 |
|
96 |
# Gradio blocks demo
|
97 |
with gr.Blocks(css=css) as demo_blocks:
|
98 |
+
with gr.Column(elem_id="container"):
|
99 |
gr.Markdown(title, elem_id="intro")
|
100 |
with gr.Column():
|
101 |
inp_text = gr.Textbox(label="Input Text", info="What would you like VITS to synthesise?")
|