Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ css="""
|
|
| 105 |
height: 100%
|
| 106 |
}
|
| 107 |
"""
|
| 108 |
-
with gr.Blocks(css=css) as demo:
|
| 109 |
with gr.Column(elem_id="col-container"):
|
| 110 |
gr.Markdown(f"""
|
| 111 |
# Kolors IP-Adapter - image reference and variations
|
|
|
|
| 105 |
height: 100%
|
| 106 |
}
|
| 107 |
"""
|
| 108 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
| 109 |
with gr.Column(elem_id="col-container"):
|
| 110 |
gr.Markdown(f"""
|
| 111 |
# Kolors IP-Adapter - image reference and variations
|