Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
2b25553
1
Parent(s):
6be04c1
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def load_predefined_images():
|
|
151 |
]
|
152 |
return predefined_images
|
153 |
|
154 |
-
with gr.Blocks(css=css, theme="
|
155 |
gr.Markdown(DESCRIPTIONx)
|
156 |
with gr.Row():
|
157 |
prompt = gr.Text(
|
|
|
151 |
]
|
152 |
return predefined_images
|
153 |
|
154 |
+
with gr.Blocks(css=css, theme="bencw/soft-no-dark-theme") as demo:
|
155 |
gr.Markdown(DESCRIPTIONx)
|
156 |
with gr.Row():
|
157 |
prompt = gr.Text(
|