Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ def load_predefined_images():
|
|
| 225 |
|
| 226 |
|
| 227 |
# --- Gradio UI Definition ---
|
| 228 |
-
with gr.Blocks(css=css, theme=
|
| 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
|