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