Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
c55bc4c
1
Parent(s):
2b25553
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="prithivMLmods/theme_brief") as demo:
|
155 |
gr.Markdown(DESCRIPTIONx)
|
156 |
with gr.Row():
|
157 |
prompt = gr.Text(
|