Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
6f2bf6f
1
Parent(s):
dc8dde7
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def generate(
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
-
with gr.Blocks(css=css, theme="
|
106 |
|
107 |
gr.Markdown(DESCRIPTIONx)
|
108 |
with gr.Row():
|
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
106 |
|
107 |
gr.Markdown(DESCRIPTIONx)
|
108 |
with gr.Row():
|