Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -21,10 +21,6 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
|
21 |
|
22 |
"""
|
23 |
|
24 |
-
theme =gr.themes.Soft(
|
25 |
-
primary_hue="orange",
|
26 |
-
)
|
27 |
-
|
28 |
|
29 |
css = '''
|
30 |
.gradio-container{max-width: 560px !important}
|
@@ -141,8 +137,7 @@ def generate(
|
|
141 |
image_paths = [save_image(img) for img in images]
|
142 |
return image_paths, seed
|
143 |
#Main gr.Block
|
144 |
-
|
145 |
-
with gr.Blocks(css=css, theme=theme) as demo:
|
146 |
gr.Markdown(DESCRIPTIONx)
|
147 |
with gr.Group():
|
148 |
with gr.Row():
|
|
|
21 |
|
22 |
"""
|
23 |
|
|
|
|
|
|
|
|
|
24 |
|
25 |
css = '''
|
26 |
.gradio-container{max-width: 560px !important}
|
|
|
137 |
image_paths = [save_image(img) for img in images]
|
138 |
return image_paths, seed
|
139 |
#Main gr.Block
|
140 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
141 |
gr.Markdown(DESCRIPTIONx)
|
142 |
with gr.Group():
|
143 |
with gr.Row():
|