prithivMLmods commited on
Commit
387126d
1 Parent(s): 69d7cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -148,8 +148,7 @@ def load_predefined_images1():
148
  ]
149
  return predefined_images1
150
 
151
- with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
152
- #with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue)) as demo:
153
 
154
  with gr.Column(elem_id="col-container"):
155
  gr.Markdown(f"""# FLUX.1 SIM""")
 
148
  ]
149
  return predefined_images1
150
 
151
+ with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
 
152
 
153
  with gr.Column(elem_id="col-container"):
154
  gr.Markdown(f"""# FLUX.1 SIM""")