BlinkDL commited on
Commit
15355d8
·
verified ·
1 Parent(s): 906ba80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ examples = [
124
  ]
125
 
126
  ##################################################################################################################
127
- with gr.Blocks(title=title_v6) as demo:
128
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title_v6}</h1>\n</div>")
129
 
130
  with gr.Tab("=== Base Model (Raw Generation) ==="):
 
124
  ]
125
 
126
  ##################################################################################################################
127
+ with gr.Blocks(title=title_v6, theme=gr.themes.Base()) as demo:
128
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>{title_v6}</h1>\n</div>")
129
 
130
  with gr.Tab("=== Base Model (Raw Generation) ==="):