zenafey commited on
Commit
6715cac
·
1 Parent(s): d606b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def process_input_control(init, prompt, negative_prompt, steps, cfg_scale, numbe
56
 
57
  theme = gr.themes.Base(
58
  primary_hue=gr.themes.Color(c100="#dbeafe", c200="#bfdbfe", c300="#93c5fd", c400="#60a5fa", c50="#eff6ff", c500="#3b82f6", c600="#2563eb", c700="#fb3657", c800="#1e40af", c900="#1e3a8a", c950="#1d3660"),
59
- neutral_hue=gr.themes.Color(c100="#e0e7ff", c200="#c7d2fe", c300="#3c4367", c400="#b5b5b5", c50="#eef2ff", c500="#757575", c600="#221935", c700="#757575", c800="#0f0e27", c900="#0f0e27", c950="#09001b"),
60
  ).set(
61
  block_background_fill='*background_fill_secondary'
62
  )
 
56
 
57
  theme = gr.themes.Base(
58
  primary_hue=gr.themes.Color(c100="#dbeafe", c200="#bfdbfe", c300="#93c5fd", c400="#60a5fa", c50="#eff6ff", c500="#3b82f6", c600="#2563eb", c700="#fb3657", c800="#1e40af", c900="#1e3a8a", c950="#1d3660"),
59
+ neutral_hue=gr.themes.Color(c100="#e0e7ff", c200="#c7d2fe", c300="#3c4367", c400="#b5b5b5", c50="#eef2ff", c500="#757575", c600="#221935", c700="#09001b", c800="#0f0e27", c900="#0f0e27", c950="#09001b"),
60
  ).set(
61
  block_background_fill='*background_fill_secondary'
62
  )