Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
683d0f6
1
Parent(s):
806d92e
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def load_predefined_images():
|
|
135 |
]
|
136 |
return predefined_images
|
137 |
|
138 |
-
with gr.Blocks(css=css, theme="
|
139 |
gr.Markdown(DESCRIPTIONXX)
|
140 |
with gr.Row():
|
141 |
prompt = gr.Text(
|
|
|
135 |
]
|
136 |
return predefined_images
|
137 |
|
138 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
139 |
gr.Markdown(DESCRIPTIONXX)
|
140 |
with gr.Row():
|
141 |
prompt = gr.Text(
|