prithivMLmods commited on
Commit
3d8ca01
·
verified ·
1 Parent(s): 9d851b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ h1 { text-align: center; }
119
  footer { visibility: hidden; }
120
  '''
121
 
122
- with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
123
  gr.Markdown("## Text to Image SD3.5")
124
 
125
  with gr.Row():
 
119
  footer { visibility: hidden; }
120
  '''
121
 
122
+ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink), css=css) as demo:
123
  gr.Markdown("## Text to Image SD3.5")
124
 
125
  with gr.Row():