Update app.py
Browse files
app.py
CHANGED
|
@@ -111,10 +111,9 @@ footer {
|
|
| 111 |
}
|
| 112 |
"""
|
| 113 |
|
| 114 |
-
with gr.Blocks(theme="
|
| 115 |
gr.HTML('<div class="title"> Claude Monet STUDIO </div>')
|
| 116 |
gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
|
| 117 |
-
|
| 118 |
with gr.Tabs() as tabs:
|
| 119 |
with gr.Tab("Generation"):
|
| 120 |
with gr.Column(elem_id="col-container"):
|
|
|
|
| 111 |
}
|
| 112 |
"""
|
| 113 |
|
| 114 |
+
with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
|
| 115 |
gr.HTML('<div class="title"> Claude Monet STUDIO </div>')
|
| 116 |
gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
|
|
|
|
| 117 |
with gr.Tabs() as tabs:
|
| 118 |
with gr.Tab("Generation"):
|
| 119 |
with gr.Column(elem_id="col-container"):
|