eienmojiki commited on
Commit
4d37124
·
verified ·
1 Parent(s): 6eb86aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -144,8 +144,10 @@ else:
144
  pipe = None
145
 
146
  with gr.Blocks(
147
- theme=gr.themes.Base(
148
  font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
 
 
149
  )
150
  ) as demo:
151
  gr.HTML(
 
144
  pipe = None
145
 
146
  with gr.Blocks(
147
+ theme=gr.themes.Default(
148
  font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
149
+ primary_hue="rose",
150
+ secondary_hue="pink"
151
  )
152
  ) as demo:
153
  gr.HTML(