Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,11 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
|
| 21 |
|
| 22 |
"""
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
css = '''
|
| 26 |
.gradio-container{max-width: 560px !important}
|
|
@@ -138,7 +143,7 @@ def generate(
|
|
| 138 |
return image_paths, seed
|
| 139 |
#Main gr.Block
|
| 140 |
#with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
| 141 |
-
with gr.Blocks(css=css, theme=
|
| 142 |
gr.Markdown(DESCRIPTIONx)
|
| 143 |
with gr.Group():
|
| 144 |
with gr.Row():
|
|
|
|
| 21 |
|
| 22 |
"""
|
| 23 |
|
| 24 |
+
theme =gr.themes.Soft(
|
| 25 |
+
primary_hue="orange",
|
| 26 |
+
color="dark"
|
| 27 |
+
)
|
| 28 |
+
|
| 29 |
|
| 30 |
css = '''
|
| 31 |
.gradio-container{max-width: 560px !important}
|
|
|
|
| 143 |
return image_paths, seed
|
| 144 |
#Main gr.Block
|
| 145 |
#with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
| 146 |
+
with gr.Blocks(css=css, theme=theme) as demo:
|
| 147 |
gr.Markdown(DESCRIPTIONx)
|
| 148 |
with gr.Group():
|
| 149 |
with gr.Row():
|