prithivMLmods commited on
Commit
7c790dd
·
verified ·
1 Parent(s): cf9c749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def load_predefined_images1():
146
  ]
147
  return predefined_images1
148
 
149
- with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue)) as demo:
150
 
151
  with gr.Column(elem_id="col-container"):
152
  gr.Markdown(f"""# FLUX.1 SIM""")
 
146
  ]
147
  return predefined_images1
148
 
149
+ with gr.Blocks(css=css, theme="prithivMLmods/gradio-them-sage") as demo:
150
 
151
  with gr.Column(elem_id="col-container"):
152
  gr.Markdown(f"""# FLUX.1 SIM""")