Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def load_predefined_images():
|
|
175 |
return predefined_images
|
176 |
|
177 |
|
178 |
-
with gr.Blocks(css=css, theme="
|
179 |
gr.Markdown(DESCRIPTIONXX)
|
180 |
with gr.Row():
|
181 |
prompt = gr.Text(
|
|
|
175 |
return predefined_images
|
176 |
|
177 |
|
178 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
179 |
gr.Markdown(DESCRIPTIONXX)
|
180 |
with gr.Row():
|
181 |
prompt = gr.Text(
|