BlinkDL commited on
Commit
207190d
·
verified ·
1 Parent(s): c5a0750

Update app.py

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