Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,8 +244,7 @@ example_list = load_examples(examples_csv_path)
|
|
| 244 |
|
| 245 |
# Create Gradio interface
|
| 246 |
with gr.Blocks(theme="Respair/Shiki@9.1.0", css=css) as demo:
|
| 247 |
-
|
| 248 |
-
gr.Markdown('<h1 style="text-align: center;">🌸 Takane </h1>')
|
| 249 |
|
| 250 |
with gr.Tabs():
|
| 251 |
with gr.TabItem("Speech Generation"):
|
|
|
|
| 244 |
|
| 245 |
# Create Gradio interface
|
| 246 |
with gr.Blocks(theme="Respair/Shiki@9.1.0", css=css) as demo:
|
| 247 |
+
gr.Markdown('<h1 style="text-align: center; width: 100%; display: block;">🌸 Takane</h1>')
|
|
|
|
| 248 |
|
| 249 |
with gr.Tabs():
|
| 250 |
with gr.TabItem("Speech Generation"):
|