Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def load_predefined_images():
|
|
137 |
]
|
138 |
return predefined_images
|
139 |
|
140 |
-
with gr.Blocks(css=css, theme="prithivMLmods/
|
141 |
gr.Markdown(DESCRIPTIONXX)
|
142 |
with gr.Row():
|
143 |
prompt = gr.Text(
|
|
|
137 |
]
|
138 |
return predefined_images
|
139 |
|
140 |
+
with gr.Blocks(css=css, theme="prithivMLmods/glacierblue") as demo:
|
141 |
gr.Markdown(DESCRIPTIONXX)
|
142 |
with gr.Row():
|
143 |
prompt = gr.Text(
|