Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
f57ce51
1
Parent(s):
b7182ae
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def load_predefined_images():
|
|
170 |
]
|
171 |
return predefined_images
|
172 |
|
173 |
-
with gr.Blocks(css=css, theme="
|
174 |
gr.Markdown(DESCRIPTIONXX)
|
175 |
with gr.Row():
|
176 |
prompt = gr.Text(
|
|
|
170 |
]
|
171 |
return predefined_images
|
172 |
|
173 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
174 |
gr.Markdown(DESCRIPTIONXX)
|
175 |
with gr.Row():
|
176 |
prompt = gr.Text(
|