prithivMLmods commited on
Commit
5fd2254
·
verified ·
1 Parent(s): 18f9732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def load_predefined_images():
225
 
226
 
227
  # --- Gradio UI Definition ---
228
- with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
229
  gr.HTML(title)
230
 
231
  # Define the output gallery component first
 
225
 
226
 
227
  # --- Gradio UI Definition ---
228
+ with gr.Blocks(css=css, theme="Yntec/HaleyCH_Theme_craiyon_alt") as demo:
229
  gr.HTML(title)
230
 
231
  # Define the output gallery component first