Respair commited on
Commit
9bc7d09
·
verified ·
1 Parent(s): 5e8e691

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"):