Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
1bcc17f
1
Parent(s):
24d48d0
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,8 @@ def load_predefined_images():
|
|
148 |
]
|
149 |
return predefined_images
|
150 |
|
151 |
-
with gr.Blocks(css=css, theme="prithivMLmods/theme_brief") as demo:
|
|
|
152 |
gr.Markdown(DESCRIPTIONx)
|
153 |
with gr.Row():
|
154 |
prompt = gr.Text(
|
|
|
148 |
]
|
149 |
return predefined_images
|
150 |
|
151 |
+
#with gr.Blocks(css=css, theme="prithivMLmods/theme_brief") as demo:
|
152 |
+
with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
|
153 |
gr.Markdown(DESCRIPTIONx)
|
154 |
with gr.Row():
|
155 |
prompt = gr.Text(
|