pakooo commited on
Commit
281e55f
1 Parent(s): 109f0eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ examples = [
85
 
86
  demo = gr.Interface(
87
  fn=main,
88
- theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"),
89
  title="0xpako's Image Stable Diffuser",
90
  description=description,
91
  article=article,
 
85
 
86
  demo = gr.Interface(
87
  fn=main,
88
+ theme=gr.themes.Soft(primary_hue="orange", secondary_hue="orange"),
89
  title="0xpako's Image Stable Diffuser",
90
  description=description,
91
  article=article,